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 TwitterAsync
import asyncio
async def main():
app = TwitterAsync("session")
all_tweets = await app.get_tweets("elonmusk")
for tweet in all_tweets:
print(tweet)
asyncio.run(main())
[!IMPORTANT] Even Twitter Web Client has a lot of rate limits now, Abusing tweety can lead to
read_onlyTwitter 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-2.4.tar.gz
(91.1 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
tweety_ns-2.4-py3-none-any.whl
(102.4 kB
view details)
File details
Details for the file tweety_ns-2.4.tar.gz.
File metadata
- Download URL: tweety_ns-2.4.tar.gz
- Upload date:
- Size: 91.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a7ee31c62bd5fbee5184407b7941b7d2e6a2aa64ee958bbf3b32ffd4966c289d
|
|
| MD5 |
8cf1093bb3ff6381200033b7e6371344
|
|
| BLAKE2b-256 |
f1bd9228caac2a05e1b200b43bdbfc326bcda87d4f0bd80b973197a655df01fa
|
File details
Details for the file tweety_ns-2.4-py3-none-any.whl.
File metadata
- Download URL: tweety_ns-2.4-py3-none-any.whl
- Upload date:
- Size: 102.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
940c4bcb59fa0bdcb666f8263451ead5aa2c1b919b827f2aea1b0a6f22d87cac
|
|
| MD5 |
4f1754c57110b0c3c86da5404bd183c7
|
|
| BLAKE2b-256 |
02de39baa98faffdf65ae976338a985d24d196213cebc453fe15b802bb88b6bf
|