Skip to content

Instantly share code, notes, and snippets.

View kernelmachine's full-sized avatar

Suchin Gururangan kernelmachine

View GitHub Profile
@kernelmachine
kernelmachine / download_tweets.sh
Last active June 19, 2019 18:13
Internet Archive Tweet Downloader
# The internet archive stores tweets from ~2012-2018 in a daily/monthly format, averaging about 50GB per monthly tar file.
# With this short script, you can efficiently download large datasets of tweets from this data store.
# This script does not save the full tar files to disk.
# Instead, it streams the data to your stdin, and saves only the tweets you filter to disk.
# By leveraging GNU parallel, you can use all your cores towards this effort.
# Dependencies:
# sudo apt-get install parallel
# sudo apt-get install jq
# sudo apt-get install bzip2

Keybase proof

I hereby claim:

  • I am kernelmachine on github.
  • I am ssgrn (https://keybase.io/ssgrn) on keybase.
  • I have a public key whose fingerprint is DCDC 8D87 4047 9456 C600 2EB8 9461 E884 E0EB F536

To claim this, I am signing this object:

### Keybase proof
I hereby claim:
* I am pegasos1 on github.
* I am ssgrn (https://keybase.io/ssgrn) on keybase.
* I have a public key whose fingerprint is DCDC 8D87 4047 9456 C600 2EB8 9461 E884 E0EB F536
To claim this, I am signing this object:
@kernelmachine
kernelmachine / multiple_ssh_setting.md
Created May 28, 2016 20:58 — forked from jexchan/multiple_ssh_setting.md
Multiple SSH keys for different github accounts

Multiple SSH Keys settings for different github account

create different public key

create different ssh key according the article Mac Set-Up Git

$ ssh-keygen -t rsa -C "your_email@youremail.com"