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
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.1.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.1-py3-none-any.whl
(102.4 kB
view details)
File details
Details for the file tweety_ns-2.4.1.tar.gz.
File metadata
- Download URL: tweety_ns-2.4.1.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 |
759cac45a62e28807ad0d65e0f84dd260b03ad7327a6aedb379d490108f8f943
|
|
| MD5 |
ed47715405752fdf1ed7f5d9c0f7217b
|
|
| BLAKE2b-256 |
78f753be95bce4443edc418c4e23753104080e9805cb5100437bfb240778ca48
|
File details
Details for the file tweety_ns-2.4.1-py3-none-any.whl.
File metadata
- Download URL: tweety_ns-2.4.1-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 |
be8008e34c07314d69c5365bd3f2a059044601c1c70b22902b6c110c1b59ad81
|
|
| MD5 |
4fdaa79d80839a5bffa5c6ded79ae31d
|
|
| BLAKE2b-256 |
3d3291881ab45057de826bdc596064d7c932dd9cfbf6ce056417af8a0c21318c
|