Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Reddit Bot using Python 3 Language

Description

This Reddit Bot is basically comment bot which will comment automatically depending upon the client id and the client server. Confguration is the main thing for this bot, otherwise it will be not working as it is shown here.

Setup Instructions

To setup this python script or, reddit comment bot, first of all we need to download the reddit app in your system. After that,

  1. Download the codebase for this project and unzip that in your system.
  2. Open config.py and put the informations right. The following informations are needed -
- User Name
- User password
- Client id 
- Client secret
  1. Now open the Python IDE for running the reddit_bot.py. After that download the required libraries used in this project. The following libraries will be installed -
praw
config
time
os
  1. After installing and configuring everything the project is ready to run.
  2. Deployed successfully!

Explanation

This Reddit Comment Bot is a python-based auto-responder.

  • Pick a subreddit to scan
  • Designate a specific comment to search for
  • Set your bot's reply This is how the whole thing is working, or we can that this is the block diagram of this project.

Output

Author

Code contributed by, Abhishek Sharma, 2021, @abhisheks008 #LGMSOC21