Valorant game info bot on Switch
- Events Update
- Agents, Map, Lineups, Spray, etc
- Live youtube gameplay
Make sure you have the following installed before running the project:
- Python 3.10 or higher
-
Clone the repository:
git clone https://github.com/Switch-Bot-Samples/Valorant.git cd Valorant
-
Install dependencies:
pip install -r requirements.txt
-
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.
Run the bot using the following command:
python valorant.py
If you'd like to contribute to the project, please follow the guidelines in CONTRIBUTING.md.
This project is licensed under the MIT License - see the LICENSE.md file for details.