Wallet is a telegram bot for planning budget.
If you want to get a copy of this bot for your personal usage, please follow the instructions below.
git clone https://github.com/rozumalex/wallet
pip install poetry
Note: you need to get to the directory with the project, then you can run the command:
poetry install
Note: insert your token and preferred name for database. You can find token it in BotFather.
bot:
token: 'YOUR_BOT_TOKEN'
database:
name: YOUR_DB_NAME.db
poetry shell
cd bot
python bot.py
This project is licensed under the MIT License - see the LICENSE file for details.