Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 259 Bytes

README.rst

File metadata and controls

12 lines (7 loc) · 259 Bytes

AllTweets

To crawl entire timeline of a user, simply do

from alltweets.crawler import TwitterCrawler
crawler = TwitterCrawler(your_key, your_secret)
tweets = crawler.crawl_user_timeline(screen_name='TwitterAPI')