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.1.tar.gz
(62.2 kB
view details)
Built Distribution
tweety_ns-1.1.1-py3-none-any.whl
(70.6 kB
view details)
File details
Details for the file tweety-ns-1.1.1.tar.gz
.
File metadata
- Download URL: tweety-ns-1.1.1.tar.gz
- Upload date:
- Size: 62.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2b2184a22c1b02470b03f38bbf4c07ff0a9bbb12434f715c6d74b0b2dcf7cf69 |
|
MD5 | c003a217ed2fb48c33d199e611e3aa82 |
|
BLAKE2b-256 | 6a77154626878d6d0874f176c3009c58b0dc8942cd8fb070b94f508fed7d0774 |
File details
Details for the file tweety_ns-1.1.1-py3-none-any.whl
.
File metadata
- Download URL: tweety_ns-1.1.1-py3-none-any.whl
- Upload date:
- Size: 70.6 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 | a3dbb9c44604252d6babf94ed8367ac4cbe3b7b8338e35b84bdd9b590e8330fe |
|
MD5 | e058d10dde2dcf5e4faf0659592d8e51 |
|
BLAKE2b-256 | 5896b177dfca5b076b1ed432aa3f485d5cf0d1dce0c433360c41f4314dce11cf |