Skip to content
This repository was archived by the owner on May 29, 2026. It is now read-only.

sabihismail/ValShopChecker

Repository files navigation

Valorant Shop Checker

Local script to check multiple accounts shops and stuff

Most of the code (riot auth) came from https://github.com/GamerNoTitle/Valora so shout out that guy

Usage:

  • Modify/create a file in the same directory as main.py called config.yaml and make it look something like:
accounts:
  - user: test
    pw: pass
  - user: account2
    pw: pass3
  • Run the following:
python ./main.py
  • To open all images automatically in browser:
python ./main.py --open-images
  • To pass a separate config file:
python ./main.py -c config2.yaml
  • To pass specific accounts to check:
python ./main.py --accounts profile1,profile3
  • Exit instead of printing and waiting for user input
python ./main.py --dont-stall
  • You can combine different parameters:
python ./main.py -c config2.yaml --open-images --dont-stall

About

All the existing utils are discord bots/websites but if you don't trust em like me, here's a local script

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages