A reddit bot designed to help find internships for students in their college city. Supported Subreddits:
- /r/CarletonU
There are three files included in this repository
- reddit_bot.py : This is the script, it runs in an infinite loop checking the 10 latest posts.
- info.py : This file is used where the api keys and login info are located.
- history.txt : This file is used to keep track of comment reply history so the bot doesn't reply more than once to the same comment.
- Python 3.x
- PRAW
Install PRAW with pip:
>git clone git@github.com:SunnySandhu/IntershipBot.git
>cd InternshipBot
>pip install praw
Run the following:
>python reddit_bot.py
- V0.2: Changed default subreddit from /r/test to /r/carletonu
- V0.1: A reddit bot to help find college students internships
The credits for this goes to busterroni11 I've used his tutorial to build an understanding of praw, and to layout the program structure.