Skip to content

March-hare/tweetfllux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tweetflux

This is a quick ruby script to save live twitter data to JSON files.

Setup

  1. Clone this repository

     git clone https://[email protected]/linenoise/tweetfllux.git
     cd tweetflux
    
  2. Setup dependencies

If you have and prefer to use RVM:

	rvm gemset create tweetflux
	gem install bundler
	bundle install

If you don't have or prefer not to use RVM:

	sudo gem install bundler
	sudo bundle install
  1. Give it a twitter username / password combination:

     cp authentication.yml.sample authentication.yml
     chmod go-rwx authentication.yaml
     vi authentication.yml
    

Running

Searching by tag:

	./tweetflux ows oo opdx

This will produce a runtime logfile in tags_ows_oo_opdx.log and save off JSON files in the fluxes/tags_ows_oo_opdx directory.

TODO

  • Searching by user
  • Playback (mock the API)

About

A CLI interface to searching and storing twitter data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages