You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

110 lines
5.9 KiB

4 years ago
2 years ago
2 years ago
4 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
  1. # Firefly III Data Importer
  2. [![Packagist][packagist-shield]][packagist-url]
  3. [![License][license-shield]][license-url]
  4. [![Stargazers][stars-shield]][stars-url]
  5. [![Donate][donate-shield]][donate-url]
  6. <!-- PROJECT LOGO -->
  7. <br />
  8. <p align="center">
  9. <a href="https://firefly-iii.org/">
  10. <img src="https://raw.githubusercontent.com/firefly-iii/firefly-iii/develop/.github/assets/img/logo-small.png" alt="Firefly III" width="120" height="178">
  11. </a>
  12. </p>
  13. <h1 align="center">Firefly III Data Importer</h1>
  14. <p align="center">
  15. Import your transactions into Firefly III
  16. <br />
  17. <a href="https://docs.firefly-iii.org/"><strong>Explore the documentation</strong></a>
  18. <br />
  19. <br />
  20. <a href="https://github.com/firefly-iii/firefly-iii/issues">Report a bug</a>
  21. ·
  22. <a href="https://github.com/firefly-iii/firefly-iii/issues">Request a feature</a>
  23. ·
  24. <a href="https://github.com/firefly-iii/firefly-iii/discussions">Ask questions</a>
  25. </p>
  26. ## About this data importer
  27. "Firefly III" is a (self-hosted) manager for your personal finances. It can help you keep track of your expenses and income, so you can spend less and save more. The **data importer** is built to help you import transactions into Firefly III. It is separated from Firefly III for security and maintenance reasons.
  28. The data importer does not connect to your bank directly. Instead, it uses [GoCardless](https://gocardless.com/) and [SaltEdge](https://www.saltedge.com/products/spectre/countries) to connect to over 6000 banks worldwide. These services are free for Firefly III users, but require registration. Keep in mind these services have their own privacy and data usage policies.
  29. The data importer can also connect to your bank using `SimpleFIN`, and it can import CSV files you've downloaded from your bank.
  30. You can run the data importer once, for a bulk import. You can also run it regularly to keep up with new transactions.
  31. Eager to get started? Go to [the documentation](https://docs.firefly-iii.org/)!
  32. ## Features
  33. * Import from over 6000 banks
  34. * Import over the command line for easy automation
  35. * Import over an API for easy automation
  36. * Use rules and data mapping for transaction clarity
  37. Many more features are listed in the [documentation](https://docs.firefly-iii.org/).
  38. ## Who's it for?
  39. This application is for people who want to track their finances, keep an eye on their money **without having to upload their financial records to the cloud**. You're a bit tech-savvy, you like open source software, and you don't mind tinkering with (self-hosted) servers.
  40. ## Getting Started
  41. Many more features are listed in the [documentation](https://docs.firefly-iii.org/).
  42. ## Contributing
  43. You can contact me at [james@firefly-iii.org](mailto:james@firefly-iii.org), you may open an issue in the [main repository](https://github.com/firefly-iii/firefly-iii) or contact me through [gitter](https://gitter.im/firefly-iii/firefly-iii) and [Mastodon](https://fosstodon.org/@ff3).
  44. Of course, there are some [contributing guidelines](https://github.com/firefly-iii/data-importer/blob/main/.github/contributing.md) and a [code of conduct](https://github.com/firefly-iii/data-importer/blob/main/.github/code_of_conduct.md), which I invite you to check out.
  45. I can always use your help [squashing bugs](https://docs.firefly-iii.org/explanation/support/#contributing-code), thinking about [new features](https://docs.firefly-iii.org/explanation/support/#contributing-code) or [translating Firefly III](https://docs.firefly-iii.org/how-to/firefly-iii/development/translations/) into other languages.
  46. There is also a [security policy](https://github.com/firefly-iii/data-importer/security/policy).
  47. <!-- SPONSOR TEXT -->
  48. ## Support the development of Firefly III
  49. If you like Firefly III and if it helps you save lots of money, why not send me a dime for every dollar saved! 🥳
  50. OK that was a joke. If you feel Firefly III made your life better, please consider contributing as a sponsor. Please check out my [Patreon](https://www.patreon.com/jc5) and [GitHub Sponsors](https://github.com/sponsors/JC5) page for more information. You can also [buy me a ☕️ coffee at ko-fi.com](https://ko-fi.com/Q5Q5R4SH1). Thank you for your consideration.
  51. <!-- END OF SPONSOR TEXT -->
  52. ## License
  53. This work [is licensed](https://github.com/firefly-iii/data-importer/blob/main/LICENSE) under the [GNU Affero General Public License v3](https://www.gnu.org/licenses/agpl-3.0.html).
  54. <!-- HELP TEXT -->
  55. ## Do you need help, or do you want to get in touch?
  56. Do you want to contact me? You can email me at [james@firefly-iii.org](mailto:james@firefly-iii.org) or get in touch through one of the following support channels:
  57. - [GitHub Discussions](https://github.com/firefly-iii/firefly-iii/discussions/) for questions and support
  58. - [Gitter.im](https://gitter.im/firefly-iii/firefly-iii) for a good chat and a quick answer
  59. - [GitHub Issues](https://github.com/firefly-iii/firefly-iii/issues) for bugs and issues. Issues are collected centrally, in the [Firefly III repository](https://github.com/firefly-iii/firefly-iii).
  60. - <a rel="me" href="https://fosstodon.org/@ff3">Mastodon</a> for news and updates
  61. <!-- END OF HELP TEXT -->
  62. ## Acknowledgements
  63. The Firefly III logo is made by the excellent Cherie Woo.
  64. [packagist-shield]: https://img.shields.io/packagist/v/firefly-iii/data-importer.svg?style=flat-square
  65. [packagist-url]: https://packagist.org/packages/firefly-iii/data-importer
  66. [license-shield]: https://img.shields.io/github/license/firefly-iii/data-importer.svg?style=flat-square
  67. [license-url]: https://www.gnu.org/licenses/agpl-3.0.html
  68. [stars-shield]: https://img.shields.io/github/stars/firefly-iii/data-importer.svg?style=flat-square
  69. [stars-url]: https://github.com/firefly-iii/data-importer/stargazers
  70. [donate-shield]: https://img.shields.io/badge/donate-%24%20%E2%82%AC-brightgreen?style=flat-square
  71. [donate-url]: #support-the-development-of-firefly-iii
  72. [hack-shield]: https://cdn.huntr.dev/huntr_security_badge_mono.svg
  73. [hack-url]: https://huntr.dev/bounties/disclose