Skip to content

Instantly share code, notes, and snippets.

View lamthuyvo's full-sized avatar

Lam Thuy Vo lamthuyvo

View GitHub Profile
@lamthuyvo
lamthuyvo / .gitignore
Last active February 27, 2018 23:09 — forked from octocat/.gitignore
Some common .gitignore configurations
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
# Packages #
// load all dependencies
var request = require('request');
var async = require('async');
var urlExpander = require('expand-url');
// add your own array of links here
var data = [ "http://bzfd.it/2g6Kraz", "http://bzfd.it/2ghsm88"
]
var counter=0;
@lamthuyvo
lamthuyvo / tweet_dumper.py
Last active September 25, 2020 17:56 — 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 = ""