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.2.tar.gz
(80.2 kB
view details)
Built Distribution
tweety_ns-2.0.2-py3-none-any.whl
(91.2 kB
view details)
File details
Details for the file tweety_ns-2.0.2.tar.gz
.
File metadata
- Download URL: tweety_ns-2.0.2.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 | c9cdcc473f52eda72bb48bfa603ba8e3e50c044244c53bee7f2148254e609a75 |
|
MD5 | 93b4744ffc026e554d8daea4b29ff722 |
|
BLAKE2b-256 | eb4fce521de063e95b4d590609ea2247297b3cc28b736c3da66c9e4e728fb9c2 |
File details
Details for the file tweety_ns-2.0.2-py3-none-any.whl
.
File metadata
- Download URL: tweety_ns-2.0.2-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 | 5e077f224c51cacb7bb2000fabb828a33d2ebdd2dd1b14ddb267d953f935bab2 |
|
MD5 | 8c1ba6be71a9e26cbc34c533a77db670 |
|
BLAKE2b-256 | e992094b7b24c6aba3d927001c224b02f7be0fb181bc1c42cdbf76ebf241f07a |