Jay Bot is an interactive bot that allows Discord users to retrieve the latest dataset from various API providers through designated commands.
- Use the pip package manager to install requirements
pip install -r requirements.txt
- Request API access from the below API providers
- Create a
.env
file to store granted API keys as environment variables
touch .env
- Advice Slip API
- GIPHY
- Imgur
- News API
- Official Joke API
- Open Movie Database
- Open Weather Map
- OwlBot Dictionary API
- Reddit PRAW
- UrbanDictionary
- Useless Facts
- Yelp Fusion API
python bot.py
A list of all Jay Bot Commands can be found by using the .help command on the Discord platform
.help
.dictionary <search-term>
.reddit <subreddit>
.translate <search-term>
.weather <location>
.yelp <category> <location>
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.