x-twitter-scraper 0.9.0 → 0.9.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8792afcc912a8fd874ef1043061e5665ea854668ad08416dd828db64110c4df0
|
|
4
|
+
data.tar.gz: 3f8bb5f24306f664e560a1c3cb8d0cb999ee65a1140ec7b4a84ff22ec8bc46c8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 451d33d084cdeb8b5f7a9faab57ae296eff565682277aa2a655e2f5916c5ce43f8d1d94d7029832bd9cdf2bf8432e6bd836077b67b9feb38e9262429a92a36cd
|
|
7
|
+
data.tar.gz: fd3d82bc8347ff72b9b259b0e9ccaf8f22f7b9c45572f7d3e5c7b7a3e7e19f5dfc63bf3020077f94072b261ce6c4691f96a3076dd787c170269992b8d426f0e3
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.9.1 (2026-08-11)
|
|
4
|
+
|
|
5
|
+
Full Changelog: [v0.9.0...v0.9.1](https://github.com/Xquik-dev/x-twitter-scraper-ruby/compare/v0.9.0...v0.9.1)
|
|
6
|
+
|
|
7
|
+
### Features
|
|
8
|
+
|
|
9
|
+
* **api:** api update ([287b467](https://github.com/Xquik-dev/x-twitter-scraper-ruby/commit/287b46763e0eb97c1f9f1b8ba61aabe77e2f70c3))
|
|
10
|
+
|
|
3
11
|
## 0.9.0 (2026-08-11)
|
|
4
12
|
|
|
5
13
|
Full Changelog: [v0.8.0...v0.9.0](https://github.com/Xquik-dev/x-twitter-scraper-ruby/compare/v0.8.0...v0.9.0)
|
data/README.md
CHANGED
|
@@ -13,7 +13,7 @@ module XTwitterScraper
|
|
|
13
13
|
#
|
|
14
14
|
# Create a one-use hosted checkout after the user confirms $10-$250 USD. The
|
|
15
15
|
# request creates no charge. It returns a paid-read API key without an Xquik
|
|
16
|
-
# account.
|
|
16
|
+
# account. Idempotent replays return the same key.
|
|
17
17
|
#
|
|
18
18
|
# @overload create(amount_minor:, idempotency_key:, currency: :usd, request_options: {})
|
|
19
19
|
#
|
|
@@ -10,7 +10,7 @@ module XTwitterScraper
|
|
|
10
10
|
class GuestWallets
|
|
11
11
|
# Create a one-use hosted checkout after the user confirms $10-$250 USD. The
|
|
12
12
|
# request creates no charge. It returns a paid-read API key without an Xquik
|
|
13
|
-
# account.
|
|
13
|
+
# account. Idempotent replays return the same key.
|
|
14
14
|
sig do
|
|
15
15
|
params(
|
|
16
16
|
amount_minor: Integer,
|