Skip to content

Developed for Hackwest 2023, our Valorant-Discord-Bot enhances player experience with game tracking and tips on Discord. Featuring agent selection, strategy roulette, and competitive tips, it's a must-have for over 18M Valorant enthusiasts.

Notifications You must be signed in to change notification settings

Dhruvbam/Valorant-Discord-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Valorant Discord Bot

alt text

About

Developed during Hackwest 2023, a 24-hour hackathon competition, the Valorant Discord Bot is a dynamic tool designed to enhance the gaming experience for Valorant players. Valorant is a popular 5v5 FPS game with over 18 million players, featuring unique agents and maps. This bot offers real-time game tracking and tips, supporting players with automated functionalities directly on Discord.

Description

The Valorant Discord Bot provides various commands to assist Valorant players in improving their gameplay. Whether you're looking to randomly select an agent, choose a gameplay strategy, or get tips on maps and shooting, this bot has you covered. Developed with Python and Flask, and deployed on Google Cloud Platform (GCP), the bot integrates seamlessly with Discord to provide instant, in-game assistance.

Features

  • /agent: Randomly selects an agent for the player, helping to increase versatility and improve gameplay.
  • /stratroulette: Chooses a random gameplay strategy for the team, adding an extra challenge to the game.
  • /maptips: Provides strategies and tips for the selected map, improving the player's understanding and increasing their chances of winning.
  • /agent_tips: Offers insights and strategies for playing as a selected agent, helping players master their chosen character.
  • /shootingtips: Delivers shooting tips based on the player's competitive rank, aiding in improving aim and accuracy.

Built With

  • Python Python: Core programming language used for bot development.
  • Flask Flask: Web framework used to create the backend server.
  • GCP Google Cloud Platform (GCP): Deployed the backend for global access.
  • PyMySQL: Used to interact with the SQL database containing information on agents, maps, and strategies.
  • PyNaCl: Provides cryptographic support for secure communication between Discord and the bot.

Installation

  1. Clone the repository:
    git clone https://github.com/your-repo/valorant-discord-bot.git
  2. Install the required dependencies:
    pip install -r requirements.txt
  3. Set up the environment variables for Flask and Discord, including your Discord bot token and public key.
  4. Run the Flask app:
    python main.py

Usage

  1. Invite the bot to your Discord server.
  2. Use the following commands to interact with the bot:
    • /agent: Selects a random agent.
    • /stratroulette: Chooses a random strategy for the team.
    • /maptips: Provides tips for the selected map.
    • /agent_tips: Offers tips for a selected agent.
    • /shootingtips: Gives shooting tips based on your rank.

Contributions / References

This project was collaboratively developed by:

  • Dhruv Maniar
  • Isha Koregave
  • Suchit Pinreddy
  • Vedant Supnekar

Learning Outcome

Developing the Valorant Discord Bot allowed us to gain valuable experience in:

  • Real-Time Game Integration: Implemented real-time interaction between Discord and the game, using Python and Flask, enhancing our skills in building dynamic, event-driven applications.
  • Cloud Deployment: Strengthened our understanding of deploying scalable applications on cloud platforms, ensuring smooth performance and availability.
  • API Integration: Gained expertise in integrating third-party APIs to enhance user functionality, creating a seamless, interactive experience for players.
  • Scalable Bot Development: Learned best practices for building scalable, maintainable Discord bots, including handling multiple simultaneous requests and user interactions.

This project deepened our understanding of real-time systems and scalable cloud-based application development.

Screenshots / Demo

Watch Video:
Watch the video

About

Developed for Hackwest 2023, our Valorant-Discord-Bot enhances player experience with game tracking and tips on Discord. Featuring agent selection, strategy roulette, and competitive tips, it's a must-have for over 18M Valorant enthusiasts.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages