Skip to content

elephantoChan/brawl-stats-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brawl stats discord bot

Self-hosted discord bot for getting in-game statistics; built in python, using the nextcord framework.

Just install all prerequisites, and then run

touch config_log/config.json

Open the json file in your editor of choice and add in the following entries:

{
  "discord_token": "token_here",
  "brawl_token": "token_here",
  "client_id": "token_here",
  "server_id": "token_here"
}

And... you're done! To turn on the bot, just type out

python main.py

Given everything is set up correctly, the bot should function.

Commands

  1. [prefix] [map | brawler | gamemode]
  • Get an info panel about the query.
  • Images will be available soon.
  1. [prefix] profile #tag
  • Get profile information (given by the brawl stars official API, anything that the game doesn't give, I do not as well.)

About

Brawl stars stats bot. self-hosted.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages