Python script useful to check locally your valorant store. It uses the vaorant API
- Check Valorant Points
- Check your Radianite Points
- Check your daily valorant shop
- Check bundles
- Beautiful GUI
- Night Market checker
- 2FA Authentication support
2FA auth support- multiple account support
- add alerts to favourite skins
- cross platform support
Desktop.2022.09.20.-.23.28.18.01.mp4
- Install this font
- Install the dependencies
pip install requests
pip install ssl
pip install urllib3
pip install collections
pip install configparser
pip install re
pip install rich
pip install tkVideoPlayer
- Insert your riot credentials and your region (eu/na/...) in
config.ini
where there are the xxx - Run
py valostorewatcher.py
orpython3 valostorewatcher.py
to check ur store without the gui - Run
py valostorewatcher.py -gui
orpython3 valostorewatcher.py -gui
to check ur store with the gui
Everything is welcomed :) If u want to add something feel free to do it and make a pull request ;)