A simple Discord Bot written in Java, that posts content from a YouTube Channel into a Channel.
This Discord-Bot enables you to send all the links from a YouTube Channel into a specified channel on a Discord server.
- ✅ Using YouTube API
- ✅ Run once, forget about it
- ✅ Specific YouTube Channel
- ⚙️ Upcoming Feature: Slash-Commands for information about the bot
Make sure to have a Java Installation on your System (at least Java 17)
To get started with this project, download the latest release from the Releases Page
Put the .jar File onto your server and prepare get a Discord-Bot-Token and the Channel-ID of the desired Channel.
Fill in all the required information for the bot.properties file (including a YouTube API Key) and launch the bot:
java -jar discord-youtube-bot.jar
Contributions are welcome! Please follow these steps:
- Fork the repository
- Create a new branch (
git checkout -b feature-name
) - Commit your changes (
git commit -m 'Add some feature'
) - Push to the branch (
git push origin feature-name
) - Open a pull request
This project is licensed under the GPL 3.0 License.
- druffko - @druffko - hi@druffko.gg
- Project Link - https://github.com/druffko/discord-youtube-bot
Feel free to reach out if you have any questions or suggestions!