├── .gitignore ├── README.md ├── finance_automator.py └── models.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KalleHallden/FinanceAutomation/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /finance_automator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KalleHallden/FinanceAutomation/HEAD/finance_automator.py -------------------------------------------------------------------------------- /models.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KalleHallden/FinanceAutomation/HEAD/models.py --------------------------------------------------------------------------------