Skip to content

Instantly share code, notes, and snippets.

@antitree
antitree / Tweetcollect.py
Created June 22, 2013 02:06
Example of using the 1.1 twitter API to collect tweets for a user since they shut down the 1.0 API.
#!/usr/bin/python
#
# Author: Antitree
# Description: Example of using the new Twitter 1.1 API to
# collect all the tweets from a user.
#
# Derived from tsileo
# https://gist.github.com/tsileo/4637864/raw/9ea056ffbe5bb88705e95b786332ae4c0fd7554c/mytweets.py
#