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.2.tar.gz
(53.4 kB
view details)
Built Distribution
File details
Details for the file tweety-ns-1.0.9.2.tar.gz
.
File metadata
- Download URL: tweety-ns-1.0.9.2.tar.gz
- Upload date:
- Size: 53.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 | 71165c2479cb1c26fe82c0dfdf2aa5a55a4346cea25bbbae1b7940ac09908ecc |
|
MD5 | 9cd02c4948daeffa37d71c1d9810e65a |
|
BLAKE2b-256 | 7a8402cd8c89757bb4d8b270da944505baffbb74c2d9b14db1b638e7087f20fd |
File details
Details for the file tweety_ns-1.0.9.2-py3-none-any.whl
.
File metadata
- Download URL: tweety_ns-1.0.9.2-py3-none-any.whl
- Upload date:
- Size: 61.5 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 | bd574dae92c185d80dc6dba663353715e3ef57489a23ff5e1e3a48bb10cbb728 |
|
MD5 | fa20793bbd019134e3e9d85ed760a50c |
|
BLAKE2b-256 | e2c37fce348200cbd17e612fe9b152e777294734359b958b19fb856ecc3988d6 |