This repository contains the Twitter scraper I used for my dissertation, "Information Sharing for Validation: Evidence from Social Networks."
The scraper includes four main functions:
The scraper includes four main functions:
- 'scrape_request': Extracts the user tag, ID, main post, and the number of replies, retweets, and likes based on a search query.
- 'scrape_replies': Extracts the user tag, ID, main post, and the number of replies, retweets, and likes of the replies, using the ID of the original post.
- 'scrape_retweeters': Extracts a list of retweeters of a post, using the ID of the original post.
- 'scrape_likers': Extracts a list of likers of a post, using the ID of the original post.