https://github.com/enova/reddit_to_twitter
repo for the hacknight
https://github.com/enova/reddit_to_twitter
Last synced: about 2 months ago
JSON representation
repo for the hacknight
- Host: GitHub
- URL: https://github.com/enova/reddit_to_twitter
- Owner: enova
- Created: 2015-03-20T16:47:29.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-11-18T19:03:28.000Z (7 months ago)
- Last Synced: 2025-04-04T07:45:44.879Z (2 months ago)
- Language: Ruby
- Size: 11.7 KB
- Stars: 0
- Watchers: 24
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# reddit_to_twitter
Very basic Sinatra application to take posts from IFTTT's Wordpress channel and posts them on Twitter.> Read the full instructions [here](https://github.com/enova/hacknight/blob/master/README.md)
#### Install
bundle
ruby server.rb#### Deployment
Push reddit_to_twitter to Herokuheroku create
git push heroku master