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.1.5.tar.gz
(64.6 kB
view details)
Built Distribution
tweety_ns-1.1.5-py3-none-any.whl
(73.1 kB
view details)
File details
Details for the file tweety_ns-1.1.5.tar.gz
.
File metadata
- Download URL: tweety_ns-1.1.5.tar.gz
- Upload date:
- Size: 64.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6eb0f978d57794750999b95b04385b5f53b2c1a4a37306d00bf7d1810c801861 |
|
MD5 | cdd5b46c2d00e6c37eb9c94744f7dbb7 |
|
BLAKE2b-256 | e85b2409412a5b057e4da7ce2cda42f524fae1d789386ba55842b5c439b9b59e |
File details
Details for the file tweety_ns-1.1.5-py3-none-any.whl
.
File metadata
- Download URL: tweety_ns-1.1.5-py3-none-any.whl
- Upload date:
- Size: 73.1 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 | 035661b7c1b9c4e16d37f27e170c6c98ab6405b81686aef3ebc1fe899b5f5b27 |
|
MD5 | 7e4b567fbe1a7ed799a1af432f0ddf20 |
|
BLAKE2b-256 | 931176f5f590009d36b35f42cce19bb81972e5ad7b8d7ab0e855a396e56a4af1 |