Skip to content
/ sptobuff Public
forked from akukerang/sptobuff

Compares Skinport prices to Buff.163

Notifications You must be signed in to change notification settings

Tasdv/sptobuff

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sptobuff

Compares Skinport Prices to Buff.163

How to use

  1. Install requirements
    pip install -r requirements.txt

  2. 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

    network

  3. 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
  4. 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.
  5. Go to http://127.0.0.1:5000/

  6. Enter a skin name in the textfield

  7. Press submit


*For the most up to date prices, going to the websites is still the best way.*


input

results

peko

About

Compares Skinport prices to Buff.163

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 81.5%
  • HTML 12.6%
  • CSS 5.9%