Skip to content

Instantly share code, notes, and snippets.

View chrisalcantara's full-sized avatar

Chris Alcantara chrisalcantara

View GitHub Profile
@chrisalcantara
chrisalcantara / surfing-keys.txt
Last active June 22, 2021 12:58
surfing-keys-conf
// an example to replace `T` with `gt`, click `Default mappings` to see how `T` works.
map('gt', 'T');
map('<Ctrl-v>', 'd');
map('<Alt-v>', 'e');
//map('u', 'e');
map("<Ctrl-g>", 'ESC');
map("U", "X");
@chrisalcantara
chrisalcantara / tweet_dumper.py
Created June 29, 2018 00:58 — forked from yanofsky/LICENSE
A script to download all of a user's tweets into a csv
#!/usr/bin/env python
# encoding: utf-8
import tweepy #https://github.com/tweepy/tweepy
import csv
#Twitter API credentials
consumer_key = ""
consumer_secret = ""
access_key = ""