An unofficial API wrapper for Buff163, a CS skin marketplace.
Project description
Buff163 Unofficial API Wrapper
An unofficial Python API wrapper for Buff163, a CS skin marketplace.
Installation
Install the package with npm
pip install buff163-unofficial-api
Usage/Examples
Example of using the API to get frontpage items.
from buff163_unofficial_api import Buff163API
# Example cookie format
cookie = "Device-Id=_; Locale-Supported=_; game=_; NTES_YD_SESS=_; S_INFO=_; P_INFO=_; remember_me=_; session=_; csrf_token=_"
buff163api = Buff163API(session_cookie=cookie)
market = buff163api.get_featured_market()
for item in market:
print(f"{item.market_hash_name}")
print(f"¥ {item.sell_min_price}\n")
How To Get Your Cookie
-
Be logged into https://buff.163.com & open the site.
-
Open inspect element.
F12 on Windows | Command + SHIFT + C on Mac.
-
Click on the "Network" tab at the top.
-
Refresh the page.
-
Filter with "api".
-
Click on any of the results (Ex: popular_sell_order?=#).
-
On the right scroll down to the "Request Headers" section.
-
Copy the large "Cookie:" parameter under the request headers.
-
Set this as the session cookie (Ex: Buff163API(session_cookie="your_cookie")).
Documentation
For detailed documentation, please refer to:
Contributing
Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better or see a missing route, please fork the repo and create a pull request. You can also simply open an issue with the tag "contribution". Thanks for taking the time to improve this API wrapper!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
License
Distributed under the MIT License. See LICENSE.md for more information.
Contact
Mark Zhdan - markzhdan@gmail.com
Project Link: https://github.com/markzhdan/buff163-unofficial-api
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file buff163-unofficial-api-0.1.3.tar.gz
.
File metadata
- Download URL: buff163-unofficial-api-0.1.3.tar.gz
- Upload date:
- Size: 11.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f3535264a24357bd7a6f3a89494077f793d3c419dc87e7be9d740c93e8fcf57e |
|
MD5 | a780c3ab2a36b11d16807cc452439133 |
|
BLAKE2b-256 | d1be3a84eccdbb9ad503da86d1c7f7877467e8b1091f720b111bf641ac702ed8 |