Skip to content

Instantly share code, notes, and snippets.

View chrisalcantara's full-sized avatar

Chris Alcantara chrisalcantara

View GitHub Profile
@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 = ""