Skip to content

Instantly share code, notes, and snippets.

View samplereality's full-sized avatar

Mark Sample samplereality

View GitHub Profile
@samplereality
samplereality / Install Tweego 2.1.1 on OSX.md
Last active December 4, 2020 02:23 — forked from JoshuaGrams/Install Tweego 2.1.1 on OSX.md
Installing tweego and story-formats on OS X.

To download and run this script in a single command, cut and paste this in Terminal:

curl https://gist.githubusercontent.com/JoshuaGrams/845eb0e0cd8e8fb42668028792b37ce7/raw/f7de596a50eff8734483c560560ef441a9f26c33/tweego.sh | bash
#!/usr/bin/env node
var OAuth = require('oauth').OAuth;
var colors = require('colors');
var access_token = null;
var access_token_secret = null;
var key = null;
var secret = null;