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.tar.gz
(61.4 kB
view details)
Built Distribution
tweety_ns-1.1-py3-none-any.whl
(69.9 kB
view details)
File details
Details for the file tweety-ns-1.1.tar.gz
.
File metadata
- Download URL: tweety-ns-1.1.tar.gz
- Upload date:
- Size: 61.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 157442021554918c2d065b7d4dff83138a5d4932a8efdcf342252162a22e614d |
|
MD5 | 675dfce7575810f1b6df54d11dad0aff |
|
BLAKE2b-256 | 6627c8e6aaf98e571ee60c32a438a088757cbfba7f6c7b192f8076697e4ecf45 |
File details
Details for the file tweety_ns-1.1-py3-none-any.whl
.
File metadata
- Download URL: tweety_ns-1.1-py3-none-any.whl
- Upload date:
- Size: 69.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 | df3812c0b1ff55d5c58e2dc29a2b0306a4bf5ca23afddd82484c23b061de69ba |
|
MD5 | 921dfdd6e28f50551af93eaa32dc86c9 |
|
BLAKE2b-256 | 9db31e983a4e2e08aedaa96b6a6c1cc9caf1f4b0ff3b67a8b57957fba634e59c |