RegretfulWinter / TwitterScraper

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:Jupyter Notebook 98.3%Language:Python 1.7%