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.8.tar.gz
(53.1 kB
view details)
Built Distribution
tweety_ns-1.0.8-py3-none-any.whl
(62.2 kB
view details)
File details
Details for the file tweety-ns-1.0.8.tar.gz
.
File metadata
- Download URL: tweety-ns-1.0.8.tar.gz
- Upload date:
- Size: 53.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fda7e78675eac27c1d6e6ea03cdf0545a1a63be0e5a3c818ae7058d385fc89d8 |
|
MD5 | 6a4f604d4c31ed898175f6d9934386b9 |
|
BLAKE2b-256 | c23d5337cd9fcb737de92464f278c7dc169d805656ba8ecab3e1f8dd3340f07e |
File details
Details for the file tweety_ns-1.0.8-py3-none-any.whl
.
File metadata
- Download URL: tweety_ns-1.0.8-py3-none-any.whl
- Upload date:
- Size: 62.2 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 | 264959f891c3a8bfa339c5cbbb4ab076b1e1fc1dfb4e117a05756087c27323a6 |
|
MD5 | 61b96794e926cfbce6f260f20651af1f |
|
BLAKE2b-256 | 22e314010f65e374b08ea59cd8c3f4a39a00c67f5833af0fde31e467235958ac |