An easy Twitter Scraper
Project description
tweety
Reverse Engineered Twitter Frontend API.
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.
Do check FAQs
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.9.tar.gz
(74.0 kB
view details)
Built Distribution
tweety_ns-1.1.9-py3-none-any.whl
(84.5 kB
view details)
File details
Details for the file tweety_ns-1.1.9.tar.gz
.
File metadata
- Download URL: tweety_ns-1.1.9.tar.gz
- Upload date:
- Size: 74.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 483e65e1f6661a03a25b8ef839b9b61b13482fe378391462736de4b3e2f246cd |
|
MD5 | 4500373cbd3fd1d33c25e395f2847496 |
|
BLAKE2b-256 | 39fb8e4166148ababf316c12d6b978871527e1982441da2ccd97e6747bbacdb4 |
File details
Details for the file tweety_ns-1.1.9-py3-none-any.whl
.
File metadata
- Download URL: tweety_ns-1.1.9-py3-none-any.whl
- Upload date:
- Size: 84.5 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 | cdf973d8971542f18187d96a86f1b57b7f0ede63af351211b5f0627550ec5860 |
|
MD5 | 49a1bad2cb4955fb0a49c313d2e5b71f |
|
BLAKE2b-256 | 8b80a29bf5e72a57c4a187011dcada30fa03bb47ea05bdf1afa796217cde227f |