Skip to content

MonstrousMidget9/simple-discord-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 <name of location>
Fetches the weather data of the given location and prettyfies it into a discord.Embed

weather

Reddit

Uses the asyncpraw reddit api wrapper.

commands

./meme
Fetch a random meme from a random meme subreddit's top posts of all time.

meme

./subreddit <subreddit name>
Browse through the top posts of the day and control using discord reactions.
Upvote and Pin the posts you like to your dm channel.

subreddit

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.

jokes

Requirements

pip install discord
pip install asyncpraw

About

A simple discord bot written in python.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages