/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
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