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.3.tar.gz
(80.2 kB
view details)
Built Distribution
tweety_ns-2.0.3-py3-none-any.whl
(91.2 kB
view details)
File details
Details for the file tweety_ns-2.0.3.tar.gz
.
File metadata
- Download URL: tweety_ns-2.0.3.tar.gz
- Upload date:
- Size: 80.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 195d9a0134d178df5f3f4992fbca7be2fed2d7bfdf30054ba14dfef1f15a5cc8 |
|
MD5 | 421896e47488d5fabaa50b45894696f2 |
|
BLAKE2b-256 | 85d8de6d8a3f2cdf6f3a54a02a8d4d6347141748777429c6fa16ffa195e27eea |
File details
Details for the file tweety_ns-2.0.3-py3-none-any.whl
.
File metadata
- Download URL: tweety_ns-2.0.3-py3-none-any.whl
- Upload date:
- Size: 91.2 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 | 69422357c713dd204ebd9be170ac84f22bfdd30ea74a0fe527bc1b3f7ae04934 |
|
MD5 | 12d8b074dbddfd175652355e31f27e7f |
|
BLAKE2b-256 | 2c2ab3950f9c8bb0834e0dc766acd9c0a0fd94a0bda2118409aa9e10e51c63d4 |