Skip to content

Instantly share code, notes, and snippets.

View Keinta15's full-sized avatar

Keinta15

  • Puerto Rico
View GitHub Profile
@Keinta15
Keinta15 / tweet_dumper.py
Last active September 19, 2019 23:34 — forked from yanofsky/LICENSE
A script to download all of a user's tweets into a csv updated to Python 3.+
#Edited for python 3
import tweepy #https://github.com/tweepy/tweepy
import csv
#Twitter API credentials
consumer_key = ""
consumer_secret = ""
access_key = ""
access_secret = ""