Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View andrewginns's full-sized avatar
💭
Coding

Andrew Ginns andrewginns

💭
Coding
View GitHub Profile
@andrewginns
andrewginns / tweet_dumper.py
Last active February 16, 2017 12:17 — 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 = ""