Skip to content

Instantly share code, notes, and snippets.

@mdrabic
mdrabic / tweet_dumper.py
Last active June 24, 2016 13:02 — 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
#Twitter API credentials
consumer_key = ""
consumer_secret = ""
access_key = ""
access_secret = ""