Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@gabrielsoule
gabrielsoule / tweet_dumper.py
Created February 7, 2017 07:28
Updated version of yanofsky/5436496
import tweepy #https://github.com/tweepy/tweepy
import csv
#Twitter API credentials
consumer_key = ""
consumer_secret = ""
access_key = ""
access_secret = ""