2014-03-15 01:14:18 +00:00
|
|
|
Twitter Importer
|
|
|
|
===================
|
|
|
|
|
2014-03-21 20:41:16 +00:00
|
|
|
This is a Camlistore importer for Twitter.
|
2014-03-15 01:14:18 +00:00
|
|
|
|
|
|
|
To use:
|
|
|
|
|
2014-03-21 20:41:16 +00:00
|
|
|
1) Visit https://apps.twitter.com/ and "Create a new app" to get an API key and
|
|
|
|
secret. Note that you *must* specify a callback URL in the application
|
|
|
|
settings UI. It doesn't matter what this URL is because Camlistore
|
|
|
|
overrides it at runtime. It just has to be some valid non-localhost URL.
|
|
|
|
|
2014-03-15 01:14:18 +00:00
|
|
|
2) Start the devcam server with twitterapikey flag:
|
|
|
|
$ devcam server -twitterapikey=<apikey>:<secret>
|
2014-03-21 20:41:16 +00:00
|
|
|
|
2014-03-15 01:14:18 +00:00
|
|
|
3) Navigate to http://<server>/importer-twitter/login
|
2014-03-21 20:41:16 +00:00
|
|
|
|
2014-03-15 01:14:18 +00:00
|
|
|
4) Watch import progress on the command line
|