Skip to content

Commit

Permalink
accidentally pushed up my keys :X good thing you can reset them.
Browse files Browse the repository at this point in the history
  • Loading branch information
hannahherbig committed Jan 4, 2012
1 parent 8572b82 commit 20489a5
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions twitter.coffee
Expand Up @@ -6,11 +6,9 @@ hook = new Hook

hook.start()

twit = new Twitter
consumer_key: 'n0Ow7JQwaE1rURUqLZEcbQ'
consumer_secret: 'pRDuNGiUNt9nFqLCEPfqSF24CsAFonVXMnmgIlnPmI0'
access_token_key: '11724792-PPZau9cwa4LYjeiGPlDasbsy707Q0krosxuULisNO'
access_token_secret: '676K7gU7ZTXF3ozEthNJJqisa2RHab84AslyUNZFomQ'
conf = JSON.parse require('fs').readFileSync('twitter.json').toString()

twit = new Twitter conf

twit.stream 'user', (stream) ->
stream.on 'data', (data) ->
Expand Down

0 comments on commit 20489a5

Please sign in to comment.