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.1.tar.gz
(80.1 kB
view details)
Built Distribution
tweety_ns-2.0.1-py3-none-any.whl
(91.1 kB
view details)
File details
Details for the file tweety_ns-2.0.1.tar.gz
.
File metadata
- Download URL: tweety_ns-2.0.1.tar.gz
- Upload date:
- Size: 80.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 49663f0d0df4ee723cdbce57373c4f3989682733f77483895bbc6630f2a0197d |
|
MD5 | 2239f00cdac6395a565caa35b702bf62 |
|
BLAKE2b-256 | 9e0078e75b05643fc8a05f5e0905bc0200685a696644fd0051882c8d219652fa |
File details
Details for the file tweety_ns-2.0.1-py3-none-any.whl
.
File metadata
- Download URL: tweety_ns-2.0.1-py3-none-any.whl
- Upload date:
- Size: 91.1 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 | e0b6abe305fd1cfb290cea1f23f67cfc2f0d1a90fc55c99cbc1dfb1e41b0c058 |
|
MD5 | 7d1738cdf7df01217bf396e7282584ac |
|
BLAKE2b-256 | 34c242b2f943239f68e930996ca33c7220ce2089ec9148579b815aca9be9d6f8 |