The Discord Bot with YouTube Integration is a Python-based bot that allows you to automatically post the URL of the most recent video from a specified YouTube channel to a designated Discord channel. The bot periodically checks for new videos and notifies your Discord server members about the latest content updates.
- Automatically fetches the most recent video URL from a YouTube channel
- Posts the video URL in a designated Discord channel
- Periodically checks for new videos and posts updates
- Python 3.7 or higher
discord.py
librarygoogle-api-python-client
library- YouTube Data API key
- Discord bot token
- Clone the repository.
- Install the required Python libraries.
- Obtain the necessary credentials:
- Create a new Discord bot and obtain the bot token. Add the bot to your Discord server.
- Create a project in the Google Developers Console and enable the YouTube Data API. Obtain a YouTube Data API key.
- Configuration:
- Create a
.env
file in the project directory and add the required environment variables.
- Create a
- Run the bot.
Please refer to the project documentation or source code for more detailed information on installation and configuration.
This project is licensed under the MIT License.