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

muel1994/TwitterScraper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Scraping Tweets from Twitter

This repository contains various materials that follow my series of tweet scraping articles.

All materials pertaining to GetOldTweets3 are rendered obsolete due to changes in Twitter search APIs. Materials are left for archival reasons.
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

Languages

  • Jupyter Notebook 98.3%
  • Python 1.7%