Skip to content

A python discord app that uses official API. This app provided a small discord community, for the Call of Duty Warzone game, with analytics that weren't available within the game itself. The new stats were feature engineered using the original stats available on player profiles. The data was input manually and gave valuable feedback to players.

Notifications You must be signed in to change notification settings

dsfai2020/discordbotproject

Repository files navigation

discordbotproject

Everything you need to know for your discord bot stored here.

What goes inside of the .env file?

The values you will need are: DISCORD_TOKEN=whatever your bot token is.
When using tokens make sure that you get the BOTS token and not the 'application' token as defined by discord developer portal.

You will also need: DISCORD_GUILD=whatever your channel name is.

Please remember that the tokens are case sensitive. Also try to make sure that your guild name is case sensitive as well just to be safe.

The words below are in all caps.

DISCORD_TOKEN DISCORD_GUILD

How are the Formulas Figured?

Data that is made public from warzone Barracks via Records gives us a few metrics that we can draw from.

Warzone Big Map

Rebirth

.gitignore

/.env /.csv .pytest_cache/ pycache/ .ipynb_checkpoints/

About

A python discord app that uses official API. This app provided a small discord community, for the Call of Duty Warzone game, with analytics that weren't available within the game itself. The new stats were feature engineered using the original stats available on player profiles. The data was input manually and gave valuable feedback to players.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages