LuchoTurtle / banger-bot

🧨 A personal Telegram bot that organizes and compiles songs within a group chat
MIT License
6 stars 0 forks source link

GDrive integration and Youtube case callback #13

Closed LuchoTurtle closed 3 years ago

LuchoTurtle commented 3 years ago

This branch adds Google Drive integration where the files will be stored after being processed by the bot. Instructions to set up a Google Drive project in which the bot needs to authenticate itself are added in the README.

Also added Youtube callback integration. Youtube links are properly handled, downloaded and uploaded to GDrive.

Exception handling needs to be addressed, still. I'm just pushing this PR so others can see it.