Skip to content

Instantly share code, notes, and snippets.

View chadhuber's full-sized avatar

Chad Huber chadhuber

  • St Louis, Missouri
View GitHub Profile
@chadhuber
chadhuber / twitterUserInfoFunctions.gs
Last active October 27, 2016 06:16 — forked from laurenancona/twitterUserInfoFunctions.gs
Add custom functions to a Google sheet to pull user info directly from Twitter REST API
// Based on a script by @laurenancona here:
// https://gist.github.com/laurenancona/1f3b8ce7a50e7d24ad04adccebce3fa3
// Which was based on script by @SarahMarshall here:
// http://sarahmarshall.io/post/70812214349/how-to-add-twitter-follower-counts-to-a-google
// For these keys, create an application at https://dev.twitter.com
var CONSUMER_KEY = 'INSERT CONSUMER KEY';
var CONSUMER_SECRET = 'INSERT CONSUMER SECRET';