Using a bot on Discord, this takes a Redditor's top post of the current week and turns it into an embedded link which is then posted to the text channel. The Reddit post was accessed using PRAW and the bot function was done through discord.py.
- PRAW - Allows for access to Reddit API
- discord.py - Library for Python to use the Discord API
- replit - Browser IDE to run the code on