Skip to content

Instantly share code, notes, and snippets.

@chrislaughlin
Last active December 25, 2015 05:39
Show Gist options
  • Save chrislaughlin/6926205 to your computer and use it in GitHub Desktop.
Save chrislaughlin/6926205 to your computer and use it in GitHub Desktop.
Twit with node
var Twit = require('twit');
var T = new Twit({
consumer_key: 'j7e73ODaTmBLCjTebVuLyQ'
, consumer_secret: '********************************'
, access_token: '1952367470-wId4DkQc10jexSuUgg73Xo29Fjo53yCtc3Mzzkf'
, access_token_secret: '********************************'
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment