Haza / pubg-discord-stats

Get stats from PUBG's API when a match ends, and display them on Discord
5 stars 1 forks source link

Possible to add ranking change? #1

Open BoredMind opened 6 years ago

BoredMind commented 6 years ago

This project is awesome and something I've been looking for lately. Thank you!

Would it be possible to also calculate and display the change in leaderboard ranking (total ranking # up or down) as part of the output?

Haza commented 6 years ago

The data is available. So this is pretty easy to display.

At the very beginning of the project, I was displaying a looootttsss of data. This made not easy to read data. Finding the correct amount of data to display is not easy, and everyone does not want the same things.

Best way is to add a setting (new YAML file ? in the existing one ?) to be control what should be displayed.

BoredMind commented 6 years ago

That actually sounds like a great idea. You only have the config file for IDs and such, you should include flags for displaying different types of data. I think it's fun to see a lot of data and my teammates all enjoy it.

Overall I love this project and I really want to thank you for making it.