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.4b0.tar.gz
(63.3 kB
view details)
Built Distribution
File details
Details for the file tweety_ns-1.1.4b0.tar.gz
.
File metadata
- Download URL: tweety_ns-1.1.4b0.tar.gz
- Upload date:
- Size: 63.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 | 6767ff6c3a4dde925c0f23c5d329e61262bb9a5edc0ae876d97e2f77d6458fef |
|
MD5 | f445f27bd6dfce3d6b6491fce8c5cefe |
|
BLAKE2b-256 | c032ec24f595ee7a79d7211084bc3e95c3e2e6bdf5362b953f3715011ff89e35 |
File details
Details for the file tweety_ns-1.1.4b0-py3-none-any.whl
.
File metadata
- Download URL: tweety_ns-1.1.4b0-py3-none-any.whl
- Upload date:
- Size: 71.8 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 | 3478c38a274216b513e3ed342e405f3ccc0d45d29bae583511558c4c899ede84 |
|
MD5 | a6362de606264475f618fe556cccbd06 |
|
BLAKE2b-256 | 1651aa0d180afd639aa74cbe768b7dca640dfaa592bdf5dd1d4f2334bbf9efd2 |