UNICT-DMI / Telegram-DMI-Bot

A telegram bot for the DMI students 🎓 (@DMI_Bot)
https://t.me/DMI_Bot
GNU General Public License v3.0
41 stars 30 forks source link

Major refactoring of functions.py, removed need to athenticate when using /report, updated lezioni's input to work as esami #113

Closed Guberlo closed 4 years ago

Guberlo commented 4 years ago

First of all.. sorry for the gigantic PR but I came up with the idea to refactor functions.py just after implementing the last two features 😅

I've already tested the major part of the bot (excluding gitlab/drive related functions, since I can't access those ). Those are the functions/files that need to be tested: callback_handlers.py: callback() request.py: request(), add_db() gitlab.py: gdrive.py:

Helias commented 4 years ago

What about merge? @TendTo

Guberlo commented 4 years ago

@Helias Actually, I still have to fix some minor things (right now I need to remove some unused imports in callback_handlers.py and move help text to MD file)

I just need some more minutes (atm I'm having dinner)

Guberlo commented 4 years ago

I should have fixed everything now, also updated help.md with some missing emojis /functions

P.S: If I'm not wrong, I think we can also close #108