Skip to content

Instantly share code, notes, and snippets.

View sllvn's full-sized avatar
🔥

Andrew Sullivan sllvn

🔥
View GitHub Profile
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
{
"location": {
"id": 1,
"city": "Seattle",
"state": "WA",
"coordinates": {
"lat": 47.603569,
"lng": -122.329453
},
"slug": "seattle",
Domain Name: GLASSHELL.COM
Registrant:
PrivacyProtect.org
Domain Admin (contact@privacyprotect.org)
ID#10760, PO Box 16
Note - All Postal Mails Rejected, visit Privacyprotect.org
Nobby Beach
null,QLD 4218
AU
@sllvn
sllvn / record-stores.geojson
Last active August 29, 2015 14:00
Seattle Record Stores
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Keybase proof

I hereby claim:

  • I am sllvn on github.
  • I am licyeus (https://keybase.io/licyeus) on keybase.
  • I have a public key ASD5G_LH91sMzRZcCszMtmd9631XPPMOUORVs1OhTh1A0wo

To claim this, I am signing this object:

#!/usr/bin/env bash
script_name='scrape_tweets'
log () {
timestamp=`date '+%c'`
echo "${script_name} (${task_id}) [${timestamp}] - $1"
}
datestr=`date '+%Y%m%d_%H%M%S'`