HoangTheBoss / valorant-rpc

Feature-rich Discord rich-presence implementation for VALORANT

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Thanks for 100+ stars

 _   _____   __   ____  ___  ___   _  ________                
| | / / _ | / /  / __ \/ _ \/ _ | / |/ /_  __/__________  ____
| |/ / __ |/ /__/ /_/ / , _/ __ |/    / / / /___/ __/ _ \/ __/
|___/_/ |_/____/\____/_/|_/_/ |_/_/|_/ /_/     /_/ / .__/\__/ 
                                                  /_/         

Show your Valorant match info on Discord Rich Presence!

made-with-python GitHub License Discord GitHub issues GitHub pull requests GitHub Repo stars BetterREADME Verified

Table of Contents

  1. Demo
  2. Getting Started
  3. Current Features
  4. FAQ
  5. What's next
  6. Contribute
  7. Dependencies
  8. Legal

Demo

Demo 1 Demo 2


Getting Started

Setup

Download the .exe from here

NOTE: Your antivirus might mark the executable as malware, but this is a side effect of building the executable with PyInstaller. Check FAQ for further information and steps to get back your file. I've rebuilt the executables with Python 3.7 and it seems they aren't being marked as malware anymore!

If you'd rather build the executable yourself, download the release .zip file and run build.bat, or run.bat to execute the script directly. To test the latest features, join the Discord server and download the latest beta.

Usage

  • Run the program instead of launching VALORANT
    • If VALORANT is not running, the program will launch it for you
  • If VALORANT is already running, launch the program and the presence will start

Current Features

  • Show game mode and party size
  • Show if you are in Menu or In-game

FAQ

Q: Why does windows defender say it's a virus? A: @markhank:

Code compiled using pyinstaller or py2exe is often incorrectly to be malware or a virus or a trojan by various antivirus programs. It can often have scary names like Trojan:Win32/Wacatac.C!ml. This is most likely what is known in the virus industry as a “false positive”. Your code might not be doing anything malicious, but because it was compiled in a way that looks a bit like other code which might do malicious things antivirus judges it to be a virus.

To recover the .exe from Windows Defender:

  1. Open Windows Defender
  2. Select Virus & threat protection and then click Protection history
  3. In the list of all recent items, filter on Quarantined Items
  4. Select the .exe, press the Actions button, and press Restore

To prevent Windows Defender from quarantining the file again:

  1. Open Windows Defender
  2. Select Virus & threat protection and under Virus & threat protection setting click Manage settings
  3. Scroll down to Exclusions and click Add or remove exclusions
  4. Click Add an exclusion, click File and then select the downloaded.exefile

What's next

  • TBD

Contribute

Have an idea or a suggestion? Drop an issue or create a pull request!


Dependencies

Check requirements.txt for updated infomation!

requests
valclient
Flask
cursor
pystray
Flask_Cors
psutil
urllib3
pypresence
pyperclip
iso8601
InquirerPy
Pillow

Legal

This project is not affiliated with Riot Games or any of its employees and therefore does not reflect the views of said parties. This is purely a fan-made project to enhance VALORANT's skin inventory management.

Riot Games does not endorse or sponsor this project. Riot Games, and all associated properties are trademarks or registered trademarks of Riot Games, Inc.

About

Feature-rich Discord rich-presence implementation for VALORANT

License:MIT License


Languages

Language:Python 95.2%Language:HTML 3.2%Language:Batchfile 1.6%