Skoobalunker/RedditBotPractice
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
12/19/2017 Alex M Brown http://pythonforengineers.com/build-a-reddit-bot-part-1/ I used this tutorial to learn the basics of making a Reddit.com bot. This tutorial not only taught me how to use praw, it also taught me how to use crontab. The bots that were written for this tutorial are in this repo. All the bots run in the subreddit r/Justletmetest. This subreddit is my personal subreddit that serves as my testing grounds. bot.py Simple bot that reads the top 5 posts in the hot section of r/Justletmetest popyackBot.py Reads all the comments in r/Justletmetest. Finds all comments with the word "Popyack" in them and replies to them. sass_bot.py Reads posts in r/Justletmetest and comments on any that have "I love python" in the title. These scripts aren't perfect, but they allowed me to grasp the basics of making a Reddit bot.