0.1.1 • Published 11 years ago
cameo-twitter v0.1.1
cameo-twitter
Small-scale Twitter crawling and archiving.
Installation
Supposing that you're running Ubuntu, e.g., precise, here's what you need to get started:
- Install postgresql-9.3
- create / edit
/etc/apt/sources.list.d/pgdg.list, add the linedeb http://apt.postgresql.org/pub/repos/apt/ precise-pgdg main - Add the repo's key:
curl https://www.postgresql.org/media/keys/ACCC4CF8.asc | sudo apt-key add - - Update:
sudo apt-get update - Install:
sudo apt-get install postgresql-9.3
- create / edit
- Get cameo-twitter
git clone https://github.com/chbrown/cameo-twitter.git
- Install the module:
cd cameo-twitter- By default it will create a database named "cameo-twitter". Edit the
config.databasevalue inpackage.jsonif you want to use something else. npm installnpm link -g
- Now, once you have some users queued up to be watched (TODO: make this easier), you can run
cameo-twitter edges-workto monitor the Twitter user graph.
TODO: talk about twilight and ~/.twitter configuration.
References
License
Copyright © 2014 Christopher Brown. MIT Licensed.
0.1.1
11 years ago