Skip to content

Commit

Permalink
Some small documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
skington committed Jan 22, 2012
1 parent c06b0ea commit aed2899
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
A simple Perl script to trawl your twitter timeline, saving absolutely
everything to disc.

You can then use grep or Spotlight to search through it.

You'll need to create a twitter app of your own to use it - go to
https://dev.twitter.com/ and rummage around. Then create a file called
oauth that looks something like this:

{
consumer_key => '...',
consumer_secret => '...',
access_token => '...',
access_token_secret => '...',
};

with the appropriate values cut and pasted from Twitter.

0 comments on commit aed2899

Please sign in to comment.