Skip to content

Instantly share code, notes, and snippets.

View gurolcay's full-sized avatar

Mehmet Gürol Çay gurolcay

  • tr.zip.co
  • İstanbul, Turkey
View GitHub Profile
@gurolcay
gurolcay / tweet_dumper.py
Created November 1, 2017 18:45 — 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 = ""