x_api_scraper
Python SDK for Twitter search, followers, DMs, communities, and X automation. Built for TwexAPI. Not affiliated with X Corp.
- Docs: https://docs.twexapi.io
- Source: https://github.com/twexapi-dev/x-api-scraper-python
- Dashboard: https://twexapi.io/dashboard
import os
from x_api_scraper import XapiScraper
with XapiScraper(bearer_auth=os.environ["X_API_SCRAPER_KEY"]) as client:
res = client.search.advanced(
search_terms=["from:elonmusk"],
sort_by="Latest",
next_cursor="",
)
print(res)
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
x_api_scraper-0.1.0.tar.gz
(95.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
x_api_scraper-0.1.0-py3-none-any.whl
(194.2 kB
view details)
File details
Details for the file x_api_scraper-0.1.0.tar.gz.
File metadata
- Download URL: x_api_scraper-0.1.0.tar.gz
- Upload date:
- Size: 95.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
uv/0.7.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
19e74023a8fdadf02e2968743e2285883fed6342fa16e117762fc6177bdd7c53
|
|
| MD5 |
bb9e5460d3d11c587673bb99aeb6f74a
|
|
| BLAKE2b-256 |
de4b3c1ff02290788766c50cc7187ee2ac79c4b61895db88947092019ec34ca2
|
File details
Details for the file x_api_scraper-0.1.0-py3-none-any.whl.
File metadata
- Download URL: x_api_scraper-0.1.0-py3-none-any.whl
- Upload date:
- Size: 194.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
uv/0.7.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
12db07629ba77a795b263fd7807cc4ae9528cb6b268f5bed019f914393adddcf
|
|
| MD5 |
18c78869f2faaf1873bf4e7f132a8d56
|
|
| BLAKE2b-256 |
de9194fac41bc9e38d04ef9afae867e827a079851b8886e71a304d6c1de250d7
|