You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Stephanie Gredell f6976a1abb Seed contribution graph maybe 1 day ago
app add errorprone and fix errors 2 years ago
gradle/wrapper initial commit 2 years ago
musicbot/META-INF initial commit 2 years ago
.gitattributes initial commit 2 years ago
.gitignore initial commit 2 years ago
README.md Update README.md with needed credentials 2 years ago
gradlew initial commit 2 years ago
gradlew.bat initial commit 2 years ago
settings.gradle initial commit 2 years ago

README.md

MusicBot for Discord

This is a basic Discord bot that will use the Youtube APi to find videos based on a song title and artist name.

Note: You need to create a Token class with your own Discord Token, Youtube API Key and Spotify API client and secret.

Sample:


public class Token {
    public static final String TOKEN = "discordToken";
    public static final String YOUTUBE_API_KEY = "YoutubeApiKey";
}