An easy Twitter Scraper
Project description
tweety
Reverse Engineered Twitter Frontend API.
Prerequisites
Before you begin, ensure you have met the following requirements:
- Internet Connection
- Python 3.6+
- httpx
- openpyxl
Installation:
pip install tweety-ns
Keep synced with latest fixes
Pip might not be always updated , so to keep everything synced.
pip install https://github.com/mahrtayyab/tweety/archive/main.zip --upgrade
A Quick Example:
from tweety import Twitter
app = Twitter("session")
# assuming app is authenticated class instance
all_tweets = app.get_tweets("elonmusk")
for tweet in all_tweets:
print(tweet)
[!IMPORTANT] Even Twitter Web Client has a lot of rate limits now, Abusing tweety can lead to
read_only
Twitter account.
Full Documentation and Changelogs are here
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
tweety-ns-1.0.9.4.tar.gz
(55.5 kB
view details)
Built Distribution
File details
Details for the file tweety-ns-1.0.9.4.tar.gz
.
File metadata
- Download URL: tweety-ns-1.0.9.4.tar.gz
- Upload date:
- Size: 55.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a416f4e78b6a33b45d8fd924e52adfafe3211950a97201a9df7ae7f17eac1e19 |
|
MD5 | 363d2cc9304f57bd3cd09e5b9fe8ba43 |
|
BLAKE2b-256 | f9a214bd6fa43359b0af90550393820098808eb5fd1bc8bae39e7f78c6790dcf |
File details
Details for the file tweety_ns-1.0.9.4-py3-none-any.whl
.
File metadata
- Download URL: tweety_ns-1.0.9.4-py3-none-any.whl
- Upload date:
- Size: 64.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 38de9213e3b6817f14df69151fb8346583201f2edb1fc29606472cd82c863115 |
|
MD5 | fefde7c8da89859f19c93940279cae5e |
|
BLAKE2b-256 | d43f0359c7afa13f8d299f31e3e3dfd226e318453694f92d677d96e2f3f20006 |