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.1.4.tar.gz
(63.3 kB
view details)
Built Distribution
tweety_ns-1.1.4-py3-none-any.whl
(71.8 kB
view details)
File details
Details for the file tweety_ns-1.1.4.tar.gz
.
File metadata
- Download URL: tweety_ns-1.1.4.tar.gz
- Upload date:
- Size: 63.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b60c316ccc7d4cd328d408baf1ba88041f36af24150760a7393fbe7158dd4336 |
|
MD5 | c46d3a3c9f123d75390eb496b6e1a367 |
|
BLAKE2b-256 | 1517ea2f0b4989177a3211819060de07428aae3afc8f6a7a72a545698db799fa |
File details
Details for the file tweety_ns-1.1.4-py3-none-any.whl
.
File metadata
- Download URL: tweety_ns-1.1.4-py3-none-any.whl
- Upload date:
- Size: 71.8 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 | 74002a403e703913d03fb22ab6405852c7ebde120d3f51378602f14764b70cfd |
|
MD5 | 6468c5ece13976fd9190afec1e49612d |
|
BLAKE2b-256 | bd144466cdcc84e36ad62c38c165e0eca7d3f172b92536b52dc6e830b4aa492c |