Twitter X-Client-Transaction-Id generator written in python.
Project description
X-Client-Transaction-ID
Twitter X-Client-Transaction-Id generator written in python.
Reference : https://antibot.blog/twitter/
Usage/Examples
python quickstart.py
OR
from x_client_transaction import ClientTransaction
response = None # get twitter home page response (check quickstart.py)
method = "POST"
path = "/1.1/jot/client_event.json"
ct = ClientTransaction(home_page_response=response)
print(ct.generate_transaction_id(method=method, path=path))
print(ct.generate_transaction_id(method="GET", path="/i/api/1.1/hashflags.json"))
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
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
File details
Details for the file xclienttransaction-0.0.1.tar.gz.
File metadata
- Download URL: xclienttransaction-0.0.1.tar.gz
- Upload date:
- Size: 7.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
82c0afcb47b6d7d14e8acfb40e9c4d163917a76423c42c8d28bb824476a2661c
|
|
| MD5 |
c79d55d0fb9978c482d6536581b83cda
|
|
| BLAKE2b-256 |
ecdde682fb860b9a6444c4f1a97b8a751a58167113f1222b95d1ed520f17a563
|
File details
Details for the file XClientTransaction-0.0.1-py3-none-any.whl.
File metadata
- Download URL: XClientTransaction-0.0.1-py3-none-any.whl
- Upload date:
- Size: 8.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c52f41c304c0cabe9a5af2a51e59bf39da28a8e3b0bbf56f1f11fdd5864e05b3
|
|
| MD5 |
b2a38236f1a8ef54a0919ddd6719964c
|
|
| BLAKE2b-256 |
bc9a0fcb0e5fcd497d310eb6ca60d670f6a2d209b852f18e5326c35754d4f276
|