Archive

Category Archives for "Twitter scraping"
25

How to extract Twitter tweets data and followers to Excel

In this tutorial,I will show you how to extract or scrape Twitter data such as tweets and followers to excel using ready made Python scripts.I will also show you how to download photos and videos by a #hashtag or search query.I will use both the REST API and the streaming API.Lastly,I will use Quintly to download tweets to Excel (no programming involved).

Continue reading

16

How to Download Twitter data in JSON:Twitter API Python examples

In  this tutorial,I will use Python scripts to download twitter data in JSON format from Twitter REST,Streaming and Search APIs.The scripts I will use in the examples are complete and can be run right away.If you are coming from a different program language I have attached the outputted JSON data file  so that you can understand the tweet object JSON structure.

Continue reading