Skip to content

Repository containing all files relevant to my basic and advanced tweet scraping articles.

Notifications You must be signed in to change notification settings

MartinKBeck/TwitterScraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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
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.

The BasicScraper 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 AdvScraper 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 snscrape 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

About

Repository containing all files relevant to my basic and advanced tweet scraping articles.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published