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.1b0.tar.gz
(62.3 kB
view details)
Built Distribution
File details
Details for the file tweety-ns-1.1.1b0.tar.gz
.
File metadata
- Download URL: tweety-ns-1.1.1b0.tar.gz
- Upload date:
- Size: 62.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 | 398fa40b1c12012baebf1afa165fc890c41b7eee6d566848cda1bef3324220b8 |
|
MD5 | 4d96e0729688cea60807fb3e94d5587a |
|
BLAKE2b-256 | 13ad808bfef3254b1a1545d10939f15dcf249f7e75e4f17852d558758c07a362 |
File details
Details for the file tweety_ns-1.1.1b0-py3-none-any.whl
.
File metadata
- Download URL: tweety_ns-1.1.1b0-py3-none-any.whl
- Upload date:
- Size: 70.7 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 | 094c4e20afa998c928e10ad4985396cf83983d284bff7a25cc272579226951d9 |
|
MD5 | 76ee91c031e6fc84a11ae239b7c4598d |
|
BLAKE2b-256 | 9963586e4cd8ba53813bd13794004fa4128e23a55bda762a8322833f7ae3492e |