Skip to content

Instantly share code, notes, and snippets.

View percy-raskova's full-sized avatar
🎰
gambling!

Persephone Raskova percy-raskova

🎰
gambling!
  • Maryland
View GitHub Profile
@percy-raskova
percy-raskova / tweet_dumper.py
Created June 13, 2022 18:16 — forked from brenorb/tweet_dumper.py
A Python 3.+ 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 = ""