Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thecarbun/valo-bot
Valorant player stats and featured store viewer
https://github.com/thecarbun/valo-bot
valorant valorant-api valorant-player-stats valorant-store
Last synced: 3 days ago
JSON representation
Valorant player stats and featured store viewer
- Host: GitHub
- URL: https://github.com/thecarbun/valo-bot
- Owner: TheCarBun
- License: mit
- Created: 2023-11-05T19:26:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-02T07:30:35.000Z (about 1 year ago)
- Last Synced: 2024-01-02T08:41:53.868Z (about 1 year ago)
- Topics: valorant, valorant-api, valorant-player-stats, valorant-store
- Language: Python
- Homepage:
- Size: 50.8 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
![]()
A Valorant Discord bot that shows player info and stats.
About
•
Features
•
Commands
•
Screenshots
•
Disclaimer
•
Installation Guide
•
License
•
Contributions
•
Acknowledgments
•
Support---
> [!Note]
>
> #### ***This bot is for educational purposes only and cannot be invited to public servers.***## About
Discord bot that shows your information and more without opening VALORANT by using [Henrik-3/unofficial-valorant-api](https://github.com/Henrik-3/unofficial-valorant-api), written using Python and the Discord.py library.
For further inquiry or discussions, join Valo Bot's [support](https://discord.gg/u42DWNnVAU) server## Features
- Shows info of any Valorant User
- Shows what's in the Featured Store
- Calls everyone on server and shows who wants to join for a match
- No need to login## Commands
The bot has the following slash commands for now:
- `/help`: Shows all commands
- `/info`: Shows info about any Valorant Player by taking name and tagline as input
- `/store`: Shows what's on the Featured Store
- `/queue`: Pings everyone on the server for joining in a match## Screenshots
Click to view Images
For Info:
![]()
For Featured Store:
![]()
For Queue Ping:
Click to view GIFs
For Featured Store:
## Disclaimer
Please read the [disclaimer](DISCLAIMER.md) before using the code to host your bot.
> [!Important]
>
> Valo Bot is not endorsed by Riot Games and does not reflect the views or opinions of Riot Games or anyone officially involved in producing or managing Riot Games properties.
Riot Games and all associated properties are trademarks or registered trademarks of Riot Games, Inc.## Installation Guide
Go to [config.py](config.py) and replace TOKEN with your bot's token. If you're gonna use `/queue` command, you need to replace `ROLE_ID` with the Role ID of your Ping role.
For detailed Installation guide check [Installation_Guide.md](Installation_Guide.md).
## License
This project is licensed under the MIT License. Check the [LICENSE](LICENSE) file for more details.
## Contributions
### How to Contribute
1. Fork the repository.
2. Star the repository.
2. Create a new branch for your contribution.
3. Make your changes and commit them.
4. Push your changes to your fork.
5. Submit a pull request.### Guidelines for Contributions
Please follow the [Code of Conduct](CODE_OF_CONDUCT.md) for this project.
Ensure your code follows the project's coding standards and style guide.
Provide detailed commit messages for your changes.### Areas for Contribution
- Bug fixes
- Feature enhancements
- Documentation improvements
- Code optimization
- UX/UI enhancements### Get in Touch
If you have questions or need further assistance, feel free to open an issue or contact me on Discord `@thecarbun`.## Acknowledgments
- [DorianAarno](https://github.com/DorianAarno) for helping me understand the API
- [Henrik-3/unofficial-valorant-api](https://github.com/Henrik-3/unofficial-valorant-api) for providing great API for learning
- [API Documentation](https://app.swaggerhub.com/apis-docs/Henrik-3/HenrikDev-API/)## Support Me