Skip to content

Telegram bot for personal spending calculation during the month.

Notifications You must be signed in to change notification settings

antoncp/easy_budget_tgbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Easy budget Telegram bot

Description

Telegram bot for personal spending calculation during the month and any other period.

Easily add new spending via message to the bot: New spend

Get a monthly overview of your expenses by category with each transaction explanation: Monthly overview

Use the default or create your own expense categories: Categories Picker

Technologies

pyTelegramBotAPI SQLite

How to launch the project

  • Clone the repository
git clone git@github.com:antoncp/easy_budget_tgbot.git
  • Create and activate virtual environment
python3.9 -m venv venv
  • Install dependencies from requirements.txt file with activated virtual environment
pip install -r requirements.txt
  • Execute python command to run the bot in a polling mode
python main.py

About

Telegram bot for personal spending calculation during the month.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published