ritvikmath / ScrapingData

Code for getting data from social media for your data science projects!
158 stars 214 forks source link

scraping Twitter data via Tweepy using Premium version (for historical data)? #3

Open zulemav opened 5 years ago

zulemav commented 5 years ago

Appreciate your code so much, thank you. Worked like a charm after I updated some of the code for Python version 3 (deleted "b" in 'wb' and deleted "raw_" from "raw_input".

My issue is that I need historical data which requires premium API from Twitter. I purchased it but am totally lost in adding the relevant code, as there seems to be quite a bit more needed now -- could use your help!

v4man87 commented 4 years ago

I had to change a few things on mine, but I don't know how to get it to actually run. I'm a nub at this, but I'm trying to learn. I want to get a CSV file I can use, but again I don't know how. HELP!!