UNPKG

sphero-twitter

Version:

control your Sphero, BB-8 or Ollie from Twitter

16 lines (13 loc) 376 B
'use strict' var OllieTwitter = require('./lib'); /* Enter your twitter **API** creditentals in twitter.credit file like this * { * "conKey": "", * "conSec": "", * "accKey": "", * "accSec": "" * } */ var ollieServices = new OllieTwitter(JSON.parse((require('fs')).readFileSync('twitter.credit'))); ollieServices.start('#cO0'); // ollieServices.offlineStart();