AlessandroAvi / MoneyTracker_telegramBot

This repo contains the code that I use for managing a telegram bot. The bot allows me to remotely edit a local CSV file containing details about my payments.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MoneyTracker_telegramBot

This repo contains the code that I use for managing a telegram bot. The bot allows me to remotely addn data to a MongoDB that contains details about my money transactions.

To run the telegram bot for a very low price I use Railway.

The bot is able to create a new transaction struct ad ask the user to insert all the data. Once done, the bot inserts the data to the DB. Then from a windows app it's possible to parse the database and visualize monthly summaries about the money transactions. The windows app can be found here

UI

About

This repo contains the code that I use for managing a telegram bot. The bot allows me to remotely edit a local CSV file containing details about my payments.

License:MIT License


Languages

Language:Python 100.0%