Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
Screenshot 2022-09-20 at 18 37 12
GUIValoStoreWatcher

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 ;)