Skip to content

Bot that takes top posts on a given subreddit and tweets them

Notifications You must be signed in to change notification settings

thejlyons/reddittotwitter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

reddittotwitter

Bot that takes top posts on a given subreddit and tweets them

Postgres DB

CREATE TABLE rfunny (id SERIAL NOT NULL UNIQUE, title text, stamp TIMESTAMP DEFAULT Now());

Heroku Scale Worker

Heroku Hobby defaults to one web engine and zero workers. For this script to run, you need to spin up a worker to run the bot.

heroku ps:scale worker=1

About

Bot that takes top posts on a given subreddit and tweets them

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages