Skip to content

Instantly share code, notes, and snippets.

View jenna-matthews's full-sized avatar

Jenna Matthews jenna-matthews

View GitHub Profile
@jenna-matthews
jenna-matthews / tweet_dumper.py
Created December 7, 2017 21:17 — forked from suraj-deshmukh/tweet_dumper.py
A script to download all of a user's tweets into a csv
import pandas as pd #to store tweets into csv
import tweepy
#Twitter API credentials
consumer_key = ""
consumer_secret = ""
access_key = ""
access_secret = ""