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_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-2.0.tar.gz
(80.0 kB
view details)
Built Distribution
tweety_ns-2.0-py3-none-any.whl
(90.9 kB
view details)
File details
Details for the file tweety_ns-2.0.tar.gz
.
File metadata
- Download URL: tweety_ns-2.0.tar.gz
- Upload date:
- Size: 80.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 26fa485bfaed0761dcbf6652c4e707ec455bd326d844070680c00f65a6bca75f |
|
MD5 | 7a861969443cc63552239ae3592f6d63 |
|
BLAKE2b-256 | ee69cd5f9572ac9b03a0ffaf0929a68a79ec7dbb948a41df9468f0884adc12c0 |
File details
Details for the file tweety_ns-2.0-py3-none-any.whl
.
File metadata
- Download URL: tweety_ns-2.0-py3-none-any.whl
- Upload date:
- Size: 90.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6062fc50dd02c84fc6d3bd01ff8d5750d43a734d2c16fff49a75c7466954613d |
|
MD5 | 144dda9bbe51b7bc8ea3c20180dcaed4 |
|
BLAKE2b-256 | 42954c02395e3d4f3d4a5d7822bdf4c2d39c431662ba8bb48af64f210b965b19 |