Skip to content

Instantly share code, notes, and snippets.

View jecs89's full-sized avatar
💭
Testing a transformation text2img

jecs89 jecs89

💭
Testing a transformation text2img
View GitHub Profile
@jecs89
jecs89 / tweet_dumper.py
Created October 31, 2017 20:39 — 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 = ""