Skip to content

Instantly share code, notes, and snippets.

@onmyeoin
onmyeoin / tweet_dumper.py
Last active April 11, 2020 11:39 — 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
import csv
def get_all_tweets(screen_name):
consumer_key = ""
consumer_secret = ""
@onmyeoin
onmyeoin / tweet_dumper.py
Last active January 31, 2023 12:14 — 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
import csv
def get_all_tweets(screen_name):
consumer_key = ""
consumer_secret = ""