Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 470 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 470 Bytes

twitter_crawler

how to use

  • [01] install gems:
$ bundle install
  • [02] rename '__twitter_setting.rb' to 'twitter_setting.rb'
  • [03] input params into 'twitter_setting.rb'
    • YOUR_CONSUMER_KEY
    • YOUR_CONSUMER_SECRET
    • YOUR_ACCESS_TOKEN
    • YOUR_ACCESS_SECRET
  • [04] run this code :
$ clockwork start_crawling.rb

  • (linux OR osx) if you want to run it in buckground, put this command :
$ nohup clockwork start_crawling &