Bot that takes top posts on a given subreddit and tweets them
CREATE TABLE rfunny (id SERIAL NOT NULL UNIQUE, title text, stamp TIMESTAMP DEFAULT Now());
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