AndreyKaBelka / MoneySaver

Control your expenses without distracting from memes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MoneySaver

This bot will help you to reduce your expenses. The bot was implemented by using Python3.8 + TelegramBotAPI + MySQL

alt text

alt text

Start the bot

  1. Sstart MySql DB
  2. Create config json file like in example.json in MoneySaver folder
  3. In cmd go to MoneySaver folder
  4. Install venv
pip install venv
  1. Create virtual env using python:
python -m venv venv
  1. Activate venv and install all libraries:
  \venv\bin\activate.bat
  pip install -r requirements.txt
  1. Start the bot from the MoneySaver folder(!!!):
  python -m app.main -f [config_file_name].json
  1. Enjoy!

About

Control your expenses without distracting from memes

License:Apache License 2.0


Languages

Language:Python 100.0%