A work in progress discord bot.
-
Reddit post search:
The current implementation has two commands that work with the reddit API (hottest post and random post). The first command is used to get the hottest thread on a specified subreddit by typing in discord$hottest <name-of-subreddit>
. Similarly, randpost retrieves a thread from the most popular 500 posts on the specified subreddit. This can be used by calling$randpost <name-of-subreddit>
.
This can be exemplified by the following screenshot
In the event that the subreddit name isn't a valid one, the bot chooses the closest match. -
Random images: (currently, command is bugged and might not display anything)
WARNING! The images that are retrieved by this command are totally random, hence we are not responsible for disturbing content.
Using the command$image
a random imgur link is generated and verified to be valid, the contents of which are inserted in a embeded message. -
Movies:
Currently in development, the commands intend to provide a way of searching movies, rating them and being able to see what other people thought of the screening.
Commands: -
Weather:
Given a location name the command$weather <location-name>
the command retrieves useful information about the weather in the specified region (the temperature in celcius, the sunrise and sunset hours). The current implementation specifies the hours by UTC+0, regardless of the actual time zone.
The following API were used in making this project: