A simple Discord Bot
A simple discord bot written in python which can surf subreddits, send a random meme, jokes and also weather of a given place.
Weather
Uses the weatherapi api.
commands
./weather
Fetches the weather data of the given location and prettyfies it into a discord.Embed
Uses the asyncpraw reddit api wrapper.
commands
./meme
Fetch a random meme from a random meme subreddit's top posts of all time.
./subreddit
Browse through the top posts of the day and control using discord reactions.
Upvote and Pin the posts you like to your dm channel.
Jokes
Uses the icanhazdadjoke and the Chuck Norris api to fetch a fetch a random dad joke and some funny chuck norris facts.
commands
./chuck norris
for a random chuck norris joke.
./dad joke
for a random dad joke.
Requirements
pip install discord
pip install asyncpraw