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.2.tar.gz
(62.4 kB
view details)
Built Distribution
tweety_ns-1.1.2-py3-none-any.whl
(70.8 kB
view details)
File details
Details for the file tweety-ns-1.1.2.tar.gz
.
File metadata
- Download URL: tweety-ns-1.1.2.tar.gz
- Upload date:
- Size: 62.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 | e0a7d882dc6503bc8243637fef3e577edba570c06917cdb6c63af40c4073dad8 |
|
MD5 | 25f5148a45243392898a3cad74629190 |
|
BLAKE2b-256 | 5ddd65eea84a2d6851f733135adda9016d7ced5ee873c870d66ff502babcedb1 |
File details
Details for the file tweety_ns-1.1.2-py3-none-any.whl
.
File metadata
- Download URL: tweety_ns-1.1.2-py3-none-any.whl
- Upload date:
- Size: 70.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 | 14250b9cb83cc9f9f18f62042b5684f496ff7aef7f9869e64d75234945efdad2 |
|
MD5 | 8bd8226c8755f62b28edd8848efe66bb |
|
BLAKE2b-256 | 38311bd53324df8ea29308803fa97f345bdbcd87689d8d283d304a900425da98 |