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.9.tar.gz
(60.6 kB
view details)
Built Distribution
File details
Details for the file tweety-ns-1.0.9.9.tar.gz
.
File metadata
- Download URL: tweety-ns-1.0.9.9.tar.gz
- Upload date:
- Size: 60.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 | 10673d8189902916aa736e03cbaae6abf8dd4389bb4c857be6967736aa046371 |
|
MD5 | 01a02d45064afd5233d2daa3ac5ccda8 |
|
BLAKE2b-256 | 55680dfb5f61563bad3bb9dd3a54cc02e2729dedb94ce1c9d6124327f1ad3345 |
File details
Details for the file tweety_ns-1.0.9.9-py3-none-any.whl
.
File metadata
- Download URL: tweety_ns-1.0.9.9-py3-none-any.whl
- Upload date:
- Size: 68.9 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 | 9a43c10ca43b23516374a3766636273b53ef4a4e854728a8838704cf11dcf6a8 |
|
MD5 | fd2bee270b4b3a918705ac99093a4877 |
|
BLAKE2b-256 | 647cf7c362016783465c2d1aa19513d17416571de49e60d0872357c185dbbb45 |