2025-03-03 17:42:30 +08:00
1
2025-02-25 11:03:15 +08:00
▶️🔄(还未完成)
2025-03-03 17:42:30 +08:00
1
2025-02-25 17:56:23 +08:00
2021-12-05 21:07:26 -08:00
1
2025-03-03 12:15:54 +08:00

get-tweets

Get a user's tweets without an API key or doing any web scraping. This script uses web requests to get a user's tweets as if you were an unauthenticated user.

Data you get:

  • Tweets (including retweets & replies)
  • id
  • text
  • created_at
  • retweet_count
  • favorite_count
  • reply_count
  • quote_count
  • retweeted
  • is_quote_status
  • possibly_sensitive

Requirements are:

  • requests - To make the http requests to get the tweet data

Usage

  1. clone the repo
  2. pip install -r requirements.txt
  3. python get-tweets username --output name_of_file.csv
Description
No description provided
Readme 13 MiB
Languages
Python 88.6%
CSS 11.4%