Compares Skinport Prices to Buff.163
-
Install requirements
pip install -r requirements.txt -
Go to buff.163.com, and get your cookie value
- Inspect element -> Network -> Domain: Buff.163.com -> Request Headers -> Cookies
- Enter the cookie value into config.json
-
Go to skinport.com, and get your __cf_bm and _csrf value
- Inspect element -> Network -> Domain: skinport.com -> Request Headers -> Cookies
- Enter the __cf_bm and _csrf value into config.json
-
Run flask server from main.py
- If you want to get an updated list of skins, run itemList.py
- This might need to be run multiple times due to request rates, so change start values based off where the errors left off.
-
Go to http://127.0.0.1:5000/
-
Enter a skin name in the textfield
-
Press submit
*For the most up to date prices, going to the websites is still the best way.*



