A Telegram bot for tracking expenses with Google Sheets. Spreadsheet based on this template.
- Python 3.10
- Pipenv
pipenv install
In order to run the bot, you should create a .env file, based on .env.example.
To run the bot execute:
pipenv run python3 -m tracker.bot
pipenv install --dev
pipenv run pytest