Python bot to scrape memes from Reddit and send them in Discord
Brief -
An automated bot that sends random mems from r/memes in any Discord sever it is added in.
The script will first scrape the r/memes subreddit, and then parse the scraped data and store it locally.
When a pre-defined command is given, the script will send a random meme from the local vault.
The script also makes sure that there is minimal repetition, that is, the same meme is not sent multiple times.
Instructions
Create a new folder for your script and file/folder name should be appropriate.
Create a README.md (using this template) in your folder for program Instructions
Script Title -
Python bot to scrape memes from Reddit and send them in Discord Brief - An automated bot that sends random mems from r/memes in any Discord sever it is added in.
The script will first scrape the r/memes subreddit, and then parse the scraped data and store it locally.
When a pre-defined command is given, the script will send a random meme from the local vault.
The script also makes sure that there is minimal repetition, that is, the same meme is not sent multiple times.
Instructions
Create a new folder for your script and file/folder name should be appropriate.
Create a
README.md
(using this template) in your folder for program Instructionsadd requirements.txt if needed
Programming Language
Happy Coding