Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bbalduzz/valorant-store-watcher
Local valorant store checker. Support 2FA authentication
https://github.com/bbalduzz/valorant-store-watcher
valorant valorantapi valorantshop
Last synced: 12 days ago
JSON representation
Local valorant store checker. Support 2FA authentication
- Host: GitHub
- URL: https://github.com/bbalduzz/valorant-store-watcher
- Owner: Bbalduzz
- Created: 2022-09-20T16:02:37.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-29T10:46:01.000Z (over 2 years ago)
- Last Synced: 2024-11-13T11:52:49.390Z (2 months ago)
- Topics: valorant, valorantapi, valorantshop
- Language: Python
- Homepage:
- Size: 106 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Valorant Store Watcher 👀
Python script useful to check locally your valorant store. It uses the vaorant API
### 🍕 Features:
1) Check **Valorant Points**
2) Check your **Radianite Points**
3) Check your **daily valorant shop**
4) Check **bundles**
5) Beautiful **GUI**
6) **Night Market** checker
7) **2FA Authentication** support### ✍🏼 TODO:
- ~~2FA auth support~~
- multiple account support
- add alerts to favourite skins
- cross platform support### 🌊 Visuals
https://user-images.githubusercontent.com/81587335/191369188-0b056792-1445-450a-9859-31d8c6ac3fc1.mp4
### 📃 How to use:
- Install [this](https://www.dafont.com/valorant.font) font
- Install the dependencies
```python
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` or `python3 valostorewatcher.py` to check ur store without the gui
- Run `py valostorewatcher.py -gui` or `python3 valostorewatcher.py -gui` to check ur store with the gui### Contriutions
Everything is welcomed :) If u want to add something feel free to do it and make a pull request ;)