Skip to content
This repository has been archived by the owner on Jun 12, 2021. It is now read-only.
/ twitter-links Public archive

Twitter Links is a tools to grab all links shared by your friends on Twitter.

Notifications You must be signed in to change notification settings

blat/twitter-links

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twitter Links

Twitter Links is a tools to grab all links shared by your friends on Twitter.

Demo

Setup

  1. Install bundler:

     gem install bundler
    
  2. Install all dependencies:

     bundle install
    
  3. Create a Twitter app and get an API key and a secret

  4. Ask for a Readability API key

  5. Copy config file:

     cp config.yml-dist config.yml
    
  6. Edit config.yml to add your API keys:

     twitter_consumer_key: #TWITTER_CONSUMER_KEY#
     twitter_consumer_secret: #TWITTER_CONSUMER_SECRET#
     readability_api_key: #READABILITY_API_KEY#
    
  7. Launch application:

     ruby app.rb
    
  8. Go to http://localhost:4567 and sign-in

  9. Run crawler:

     ruby crawler.rb
    
  10. Refresh http://localhost:4567

About

Twitter Links is a tools to grab all links shared by your friends on Twitter.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published