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.3.tar.gz
(54.6 kB
view details)
Built Distribution
File details
Details for the file tweety-ns-1.0.9.3.tar.gz
.
File metadata
- Download URL: tweety-ns-1.0.9.3.tar.gz
- Upload date:
- Size: 54.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0a571244ecfe3a84405b10f1edb4d95b54d45f5b71c7e816fdbdcef460ebe66f |
|
MD5 | ef06086b291a6e483d4fee7d63414e5f |
|
BLAKE2b-256 | 4b241755d9d4906916be117876bc6d27fdcbf4a3bc2fb1f37443bcf8fd2880be |
File details
Details for the file tweety_ns-1.0.9.3-py3-none-any.whl
.
File metadata
- Download URL: tweety_ns-1.0.9.3-py3-none-any.whl
- Upload date:
- Size: 63.2 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 | 4da07727f0be0b6074cc70d216b967e756d98f93eff1b88329c1d084e586b056 |
|
MD5 | 8681aa5b0117dd39ec6dbba019285131 |
|
BLAKE2b-256 | 52955b166440940864e86150d0d9ff37b88bb7795ea5c6af0dd520efc6bd8d2a |