ChimichangaKid / taquitob0t

GitHub codebase for a personal discord bot to play music and generate YouTube shorts.
MIT License
1 stars 0 forks source link

Investigate YouTube API to upload videos to youtube #5

Closed ChimichangaKid closed 1 year ago

ChimichangaKid commented 1 year ago

The bot should be able to upload the downloaded videos to YouTube and give an appropriate description and title.

Requirements:

Sample YouTube python code

ChimichangaKid commented 1 year ago

Don't need to use youtube api, can use selenium and cache cookies to stay logged in on youtube. Moved bot over to a personal machine to hide the cookie data.