Skip to content

Very basic Sinatra application to take posts and upload the titles to their personal twitters

Notifications You must be signed in to change notification settings

cinthiafukami/reddit_to_twitter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

reddit_to_twitter

Very basic Sinatra application to take posts and upload the titles to their personal twitters

  1. Sign up for IFTTT
  1. Download reddit_to_twitter application
  1. Add app to twitter profile
  • https://dev.twitter.com/apps
  • Create New App
  • Save application
  • Select application
    • Change Permissons to Read and Write
    • Update reddit_to_twitter application with your twitter secret keys
  1. Push reddit_to_twitter to Heroku
  • git add .
  • git commit -m 'adding my twitter keys'
  • git push heroku master
  1. Download ifttt application
  1. Open IFTTT profile
  • Go to Channels
  • select WordPress
  • Edit channel
    • Blog URL: heroku_URL_for_ifttt_application
    • username: your_first_name
    • password: whatever_you_want (this isn't important it just needs to not be blank)
  • Activate Channel
  1. Add IFTTT Recipe
  • Go to My Recipes
  • Create a Recipe
  • Choose Reddit
    • Any new post in a subreddit
    • ruby
  • Click 'That'
    • select WordPress
    • Create a post
      • Title: whatever_you_want # THIS IS WHAT YOU WILL TWEET
      • Body: whatever_you_want
      • Categories: ifttt_application_heroku_url
    • Create Recipe
  1. Manually Trigger IFTTT
  • Select "check" in your My Recipes Page of IFTTT

About

Very basic Sinatra application to take posts and upload the titles to their personal twitters

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%