All Projects → remy → favs

remy / favs

Licence: other
Tool for capturing all your twitter favs

Programming Languages

javascript
184084 projects - #8 most used programming language

Twitter favs miner

A simple node script that goes off to Twitter's favourite API and collects them all in favs.json.

Install & Usage

git clone https://github.com/remy/favs.git
cd favs
npm install   # install dependencies
./mine.js rem # wait for full download (replace `rem` with your username)
./cat.js      # cats out all the tweets

TODO

  • Some useful front end for searching
  • Maybe store to a DB instead of a flat file - perhaps to create a service in the future
  • Smart extraction of tags and even doc titles by requesting pages linked in tweets
  • Make pretty!
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].