Periodically check if a YouTube channel made videos public, private, unlisted, or deleted them.
- Python
- Google API Key (get one at https://console.cloud.google.com/ - specifically the YouTube Data API v3)
- Discord Webhook
- Your Discord User ID
- Open a command prompt in this program's directory and run
pip install -r requirements.txt
- Run
python main.py
- this will create a keys.json file on first launch. - Open keys.json and input all of the relevant API keys and other values - the names should be self-explanatory
- Run
python main.py
again - this time it will actually do the thing!