- This project is a Discord bot that performs various commands and functionalities. It is designed to enhance the user experience and provide useful features within a Discord server.
/rlrank: This command displays the rank of a Rocket League player./books: This command provides information about recommended books./weather: This command retrieves the current weather information for a specified location./avatar: This command displays the avatar of a specified user of the server./eeorigins: This command provides a guide to do the origins easter egg./toptracks: This command displays the top tracks of the admin user./recommendations: This command provides recommendations base on the user's toptracks./createplaylist: This command creates a playlist based on the user's toptracks and recommendations.
Feel free to explore and use these commands to enhance your Discord server!
- Language: Python
- Libraries used: discord.py
-
Clone the repository:
git clone
-
Install the required libraries:
pip install -r requirements.txt
-
Create a
.envfile and add the following environment variables, checkapikeys.pyfor the required keys:DISCORD_TOKEN WEATHER_API_KEY SPOTIFY_CLIENT_ID SPOTIFY_CLIENT_SECRET ...
-
Run the bot:
python bot.py
Contributions are welcome! If you want to improve the app, please open an "issue" or submit a "pull request".
