MoneySaver
This bot will help you to reduce your expenses. The bot was implemented by using Python3.8 + TelegramBotAPI + MySQL
Start the bot
- Sstart MySql DB
- Create config json file like in example.json in MoneySaver folder
- In cmd go to MoneySaver folder
- Install venv
pip install venv
- Create virtual env using python:
python -m venv venv
- Activate venv and install all libraries:
\venv\bin\activate.bat
pip install -r requirements.txt
- Start the bot from the MoneySaver folder(!!!):
python -m app.main -f [config_file_name].json
- Enjoy!