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.tar.gz
(53.3 kB
view details)
Built Distribution
tweety_ns-1.0.9-py3-none-any.whl
(61.4 kB
view details)
File details
Details for the file tweety-ns-1.0.9.tar.gz
.
File metadata
- Download URL: tweety-ns-1.0.9.tar.gz
- Upload date:
- Size: 53.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7f37583d6d4d6f03f6b600f808c9cc9060922f41fe7eceae007e2f9c3213eaa7 |
|
MD5 | cea9990a4130bb95a3b93a7cfd36fa93 |
|
BLAKE2b-256 | 1e953a21901dba688e4df640b43e268ab325246c4df2b567523a321be02d7840 |
File details
Details for the file tweety_ns-1.0.9-py3-none-any.whl
.
File metadata
- Download URL: tweety_ns-1.0.9-py3-none-any.whl
- Upload date:
- Size: 61.4 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 | 58fda1ce6af7bbbde4de929a219f257f8b3f972439dd70152a67f2d0c9b5119c |
|
MD5 | 5f0d12cf84ff6e22dd367c33c9c50427 |
|
BLAKE2b-256 | 6dfcfee778ee02bc72e6fe502f5fc691694fc9859a40f44328565d47d4eef0c2 |