TwitterScraper
Repository containing all files relevant to my basic and advanced tweet scraping articles.
Install / Use
/learn @MartinKBeck/TwitterScraperREADME
Scraping Tweets from Twitter
This repository contains various materials that follow my series of tweet scraping articles.
The ScraperV4 folder contains materials from my Twitter scraping tutorial article available here. This article covers:
- Setting up Tweepy with Twitter API V2
- Simple queires with Tweepy
OUTDATED MATERIALS
<b>All materials pertaining to the following below sections are outdated. Materials are left for archival reasons. Many API changes prevent scrapers like snscrape and GetOldTweets3 to work. The only current version that consistently works is using Twitter API V2 which is shown in the above section</b>
<b>If you raise any issues on my code, please refer to the specific sub-directory and Python libraries used so I can know where to help.</b>
The <b>BasicScraper</b> folder contains materials from my beginner scraping tutorial article available here.
This article covers:
- Setting up Tweepy and GetOldTweets3
- Simple queries with Tweepy and GetOldTweets3
The <b>AdvScraper</b> folder contains materials from my advanced scraping tutorial article available here.
This article covers:
- Pulling more information from tweets with Tweepy and GetOldTweets3
- Pulling user information from tweets with Tweepy and GetOldTweets3
- Scraping using filters with Tweepy and GetOldTweets3
The <b>snscrape</b> folder contains materials from my snscrape scraping tutorial article available here.
This article covers:
- Setting up snscrape
- Different ways to use snscrape
- Simple queries with snscrape
