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.1.tar.gz
(53.3 kB
view details)
Built Distribution
File details
Details for the file tweety-ns-1.0.9.1.tar.gz
.
File metadata
- Download URL: tweety-ns-1.0.9.1.tar.gz
- Upload date:
- Size: 53.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 | 7bfe192b376db9446bb37c3fcaf92e0119a739ba6b666c21245e67a88bd81b8d |
|
MD5 | 872e76a6d515f1c604964659a9cdca0f |
|
BLAKE2b-256 | 8414dabd7e51764c6d942db0df40e125e8b7f9d7a3a942621e5713dc015c8ff9 |
File details
Details for the file tweety_ns-1.0.9.1-py3-none-any.whl
.
File metadata
- Download URL: tweety_ns-1.0.9.1-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 | f573590f223dd646480ec62bef221b6504206b2a817d7fba9d1418b2875e61d3 |
|
MD5 | b07a666a7b3ac8be88d8dbc86971f510 |
|
BLAKE2b-256 | 95b3c58a4ea525529d45a0134ca370abc13bc2547862fd480731bc29c0ef2006 |