Skip to content

Switch-Bot-Samples/Valorant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Valorant Bot

Valorant game info bot on Switch

Screenshots

Features

  • Events Update
  • Agents, Map, Lineups, Spray, etc
  • Live youtube gameplay

Prerequisites

Make sure you have the following installed before running the project:

  • Python 3.10 or higher

Setup

  1. Clone the repository:

    git clone https://github.com/Switch-Bot-Samples/Valorant.git
    cd Valorant
  2. Install dependencies:

    pip install -r requirements.txt
  3. Create a .env file in the project root and add the following:

    BOT_TOKEN=your_bot_token

    Replace your_bot_token with the actual token for your bot.

Usage

Run the bot using the following command:

python valorant.py

Contributing

If you'd like to contribute to the project, please follow the guidelines in CONTRIBUTING.md.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

Releases

No releases published

Packages

No packages published

Languages