DXS-GROUP / FinanceTrackerBot

πŸŒ† Telegram bot for tracking finances

Home Page:https://nighty3098.github.io/content/FTB.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Telegram bot for tracking finances






If you have found bugs in our product or have suggestions, please write about them:




Commands

  • /month - display all expenses and revenues for a particular month
  • /year - output all expenses and revenues for the year
  • /out %value% %category% - Add consumption
  • /in %value% %category% - Add income
  • /summary - Print month totals
  • /today - Today's statistics

Installing

git clone https://github.com/Nighty3098/FinanceTrackerBot 
cd FinanceTrackerBot

python3 -m venv FTB
source FTB/bin/activate

pip3 install -r requirements.txt

FTB_TOKEN=%Bot token% python3 main.py

Contact with me:

About

πŸŒ† Telegram bot for tracking finances

https://nighty3098.github.io/content/FTB.html

License:MIT License


Languages

Language:Python 99.8%Language:Shell 0.2%