Notify Discord of newly added videos to multiple YouTube playlists.
- Vaild Discord Bot token and Writeable message channel
- Python 3.6+
- requirements.txt:
requests
,youtube-dl
- Clone from GitHub repository:
git clone https://github.com/book000/youtube-playlist-video-checker.git
- Install the dependency package from
requirements.txt
:pip3 install -U -r requirements.txt
- Rewrite
sample.env
and rename to.env
.DISCORD_TOKEN
: Discord Bot tokenDISCORD_CHANNEL_ID
: Discord Send to channel IDGOOGLE_TOKEN
: Google Cloud Platform API key
- Rewrite
playlists.sample.json
and rename toplaylists.json
.- Enter the ID of the playlist to check.
cd /path/to/
python3 -m src
The .env
file in the current directory will be read, so change to the root directory of the project in advance before executing.
The developer is not responsible for any problems caused by the user using this project.
The license for this project is MIT License.