This PR tackles the biggest change postponed for so long: it migrates (and rewrites) the bot to the upstream version of the python-telegram-bot library. The main change is the migration to asyncio.
There are several tasks to accomplish this migration:
[ ] Rewrite the entry point finance_tracker_bot.py
This PR tackles the biggest change postponed for so long: it migrates (and rewrites) the bot to the upstream version of the
python-telegram-bot
library. The main change is the migration toasyncio
.There are several tasks to accomplish this migration:
finance_tracker_bot.py
record.py
settings.py
utils.py
Spreadsheet
class (spreadsheet.py
)