Skip to content

Epicfisher/reddit-rss-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Modified Reddit RSS Bot

(To Work with System Environment Variables)

A bot that checks an rss feed at intervals for unposted articles and posts them to a subreddit

Setup

Install requirements

To install requirements, you can either install directly from the requirements.txt file

pip3 install -r requirements.txt

Or, you can choose to install them manually

pip3 install praw, feedparser

Edit config

RSS Info

subreddit= the subreddit to post to
rss_url= url of the rss feed
interval= the seconds between each rss check

Login Info

client_id= client id from your app https://www.reddit.com/prefs/apps/
client_secret= client secret from your app https://www.reddit.com/prefs/apps/
password= bot account password
username= bot account username
user_agent= Anything (BotName v1.1)

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.6%
  • Procfile 0.4%