Automates the YouTube Thumbnail to show the latest vote counts for the US 2020 Elections for Biden and Trump.
For this project, you will need Python installed on your system.
- YouTube Data API credentials (named as
client_secret.json
). These must be placed in the creds/ directory. - A YouTube channel (takes 2 mins to make) with an uploaded video (can be private). Change the
VIDEO_ID
inrun.py
accordingly.
pip install -r requirements.txt
python run.py
N/A
This project is licensed under the MIT License - see the LICENSE.md file for details