git clone https://github.com/s4lat/GoSavingsBot
GoSavingsBots is a telegram bot that helps you keep track of your spending.
You can deploy it for yourself or use an already deployed one - @GoSavingsBot
GoSavingsBot features:
- Adding expenses with the following message format:
<cost> <name>
- Using time zones to avoid time inaccuracies
- Display statistics for the day, month and year
- 🇬🇧 English and 🇷🇺 Russian language support
- Ability to export the list of spends to csv/excel file
- Ability for the user to delete all his data from the database
Put bot token in the BOT_TOKEN
field in docker-compose.yml and run:
docker-compose up -d
The database and logs will be located in GoSavingsBot/data
folder
GoSavingsBot is distributed under MIT.