Skip to content

Commit

Permalink
Change to markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
Carin Meier authored and Carin Meier committed Mar 1, 2011
1 parent c02821e commit d027ab3
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.markdown
@@ -0,0 +1,22 @@
# twitter-social-graph

This is a small sample project using Clojure twitter, oAuth and Midje. It contains functions to find the followers in common between two twitter usernames

## Usage

To use, you need to set up a Twitter Application http://twitter.com/apps/new.
Once you have your oauth-access-token and your oauth-access-token-secret, you can put them in the core.clj file to connect up to Twitter.

See the test file for the example of the main (followers-in-common "username1" "username2")

##Installation
Install Leiningen https://github.com/technomancy/leiningen
lein deps
lein test


## License

Copyright (C) 2011 Gigasquid Software LLC

Distributed under the Eclipse Public License, the same as Clojure.

0 comments on commit d027ab3

Please sign in to comment.