An easy Twitter Scraper
Project description
tweety
Reverse Engineered Twitter Frontend API.
Prerequisites
Before you begin, ensure you have met the following requirements:
- Internet Connection
- Python 3.6+
- httpx
- openpyxl
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 Twitter
app = Twitter("session")
# assuming app is authenticated class instance
all_tweets = app.get_tweets("elonmusk")
for tweet in all_tweets:
print(tweet)
[!IMPORTANT] Even Twitter Web Client has a lot of rate limits now, Abusing tweety can lead to
read_only
Twitter account.
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-1.0.9.7.tar.gz
(59.8 kB
view details)
Built Distribution
File details
Details for the file tweety-ns-1.0.9.7.tar.gz
.
File metadata
- Download URL: tweety-ns-1.0.9.7.tar.gz
- Upload date:
- Size: 59.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 148dd0585761b395d929da2dcf7e896dad9de2aa6508c3b804e4a64556363bd2 |
|
MD5 | 5cea85bc1a905098eb1ba365b551ffc0 |
|
BLAKE2b-256 | ee431d87a78777364e6f18e9e49e922398b8e335bc119cd2efe9796b0842fe36 |
File details
Details for the file tweety_ns-1.0.9.7-py3-none-any.whl
.
File metadata
- Download URL: tweety_ns-1.0.9.7-py3-none-any.whl
- Upload date:
- Size: 68.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 09a69def85c31e96646c1cfb72164354f767853cd629b9c9384b388b4d6a5e3d |
|
MD5 | c20991dd022c97b47d8913106541ff25 |
|
BLAKE2b-256 | 6918389ddb082926c01eb657ffc6142de28e406fee9d730ec1519e5581d0c262 |