https://github.com/bbalduzz/valowatcher
watch and launch your valorant account(s) without loggin in
https://github.com/bbalduzz/valowatcher
valorant valorantapi valorantshop
Last synced: 11 months ago
JSON representation
watch and launch your valorant account(s) without loggin in
- Host: GitHub
- URL: https://github.com/bbalduzz/valowatcher
- Owner: Bbalduzz
- Created: 2022-10-08T07:00:48.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-08T12:26:04.000Z (over 3 years ago)
- Last Synced: 2025-05-05T11:42:09.907Z (about 1 year ago)
- Topics: valorant, valorantapi, valorantshop
- Language: Python
- Homepage:
- Size: 33.2 KB
- Stars: 11
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```
____ ____ .__ __ __ __ .__
\ \ / _____ | | ____/ \ / _____ _/ |_ ____ | |__ ___________
\ Y /\__ \ | | / _ \ \/\/ \__ \\ ___/ ___\| | \_/ __ \_ __ \
\ / / __ \| |_( <_> \ / / __ \| | \ \___| Y \ ___/| | \/
\___/ (____ |____/\____/ \__/\ / (____ |__| \___ |___| /\___ |__|
\/ \/ \/ \/ \/ \/
Watch your valorant accounts locally.
```
## 📌 Features
- **Multiple Account Support**
- Lauch valorant with your alts easly :))
- **Profile view**
- Level
- XP
- MMR
- Rank
- Balances
- **Shop Checker**
- Daily Shop
- NightMarket (if available)
- Last **competitive matches updates**
- **Account Manager** (launcher)
- **Supports 2FA Auth**. Stay safe out there.
## 📝 How to get started
1) add your valorant account(s) in `config.ini` as:
```ini
[ACCOUNT1]
riot_username = your_username_to_log_in
password = your_password
[ACCOUNT2]
riot_username = your_username_to_log_in
password = your_password
[ACCOUNT3]
...
```
2) install the needed modules
- install manually with `pip install`
- install by `requirements.txt` with `pip install -r requirements.txt`
3) Change in `launcher.py` the `RIOTCLIENT_PATH` to the path of your `RiotClientServices.exe`
4) run `vw.py` once inside GUI folder
## 🧱 Contributions
Everything is welcomed :) If u want to add something and improve this tool just make a pull request and i'll check it