Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.10.0"
".": "0.10.1"
}
4 changes: 2 additions & 2 deletions .stats.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
configured_endpoints: 124
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/xquik/x-twitter-scraper-f688ec225c65653bb6ba3f51fe643fc69e329fa93cdc13117060d56de13823cc.yml
openapi_spec_hash: 4ad185ef874409f7cd359beed23f448f
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/xquik/x-twitter-scraper-d5ea5609c8180c1340dd312fcb526d52953040de479617d4755673705d7c1334.yml
openapi_spec_hash: 9b5ddbbd9ca6b21d24051d6b7cec9123
config_hash: 217d68ca6999ad03cfc4922e9658297e
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.10.1 (2026-08-11)

Full Changelog: [v0.10.0...v0.10.1](https://github.com/Xquik-dev/x-twitter-scraper-python/compare/v0.10.0...v0.10.1)

### Features

* **api:** api update ([1fead25](https://github.com/Xquik-dev/x-twitter-scraper-python/commit/1fead25d1da63f3f26dd08e75aba089ac487ace4))

## 0.10.0 (2026-08-11)

Full Changelog: [v0.9.0...v0.10.0](https://github.com/Xquik-dev/x-twitter-scraper-python/compare/v0.9.0...v0.10.0)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "x_twitter_scraper"
version = "0.10.0"
version = "0.10.1"
description = "Python library for the Xquik API. Not affiliated with X Corp."
dynamic = ["readme"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/x_twitter_scraper/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.

__title__ = "x_twitter_scraper"
__version__ = "0.10.0" # x-release-please-version
__version__ = "0.10.1" # x-release-please-version
4 changes: 2 additions & 2 deletions src/x_twitter_scraper/resources/guest_wallets.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def create(

The
request creates no charge. It returns a paid-read API key without an Xquik
account. Replays return the same key.
account. Idempotent replays return the same key.

Args:
amount_minor: USD cents accepted for this checkout.
Expand Down Expand Up @@ -218,7 +218,7 @@ async def create(

The
request creates no charge. It returns a paid-read API key without an Xquik
account. Replays return the same key.
account. Idempotent replays return the same key.

Args:
amount_minor: USD cents accepted for this checkout.
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.