# taspinar/twitterscraper

Scrape Twitter for Tweets

Repository: https://github.com/taspinar/twitterscraper
Canonical: https://ross.abutalabs.com/products/twitterscraper
Language: Python
License: MIT
License Family: permissive
Last push: 2022-10-05T15:48:52+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 3730, "days_push": 1428, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2461, forks 560 (observed 2026-08-28T04:06:53.470136+00:00)

## What it is
A Python library that scrapes tweets and user information from Twitter using requests and BeautifulSoup, without relying on Twitter's official APIs. It bypasses API rate limits and the 7-day search window to collect tweet metadata such as text, hashtags, likes, and retweets.

## Use cases
- scrape historical tweets older than 7 days
- collect tweets matching a keyword or hashtag
- gather user profile stats like followers and tweet counts
- mine tweet metadata for research datasets
- avoid Twitter API rate limits when collecting tweets

## When to avoid
- you need a maintained tool — the project has been inactive since 2022 and Twitter's frontend changes likely break it
- you require official API compliance or guaranteed reliability
- you need real-time streaming data

## Facets
- artifact type: library
- maturity: abandoned
- function: web-scraping, parser, http-client
- domain: crawlers, social-media, data-science
- platform: python, cli
- tags: twitter, tweets, beautifulsoup, no-api, social-media-data

## Member repositories
- taspinar/twitterscraper (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:53.470136+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T02:29:19.680033+00:00, confidence not recorded.
  - readme: https://github.com/taspinar/twitterscraper (fetched 2026-08-28T04:06:53.470136+00:00, sha d87a8ebca1f2)
  - registry_pypi: https://pypi.org/pypi/twitterscraper/json (fetched 2026-08-29T10:11:16.241044+00:00, sha f6fd43ee13e0)
- Data as of 2026-08-30T08:39:29.467469+00:00.
