A Discord stats bot for VainGlory; made in Python 3+!
Started this project back in March of 2017 entering a the VainGlory API Challenge with a team of four, under the EZL organization. We won first place in the community section with our project EZLBot, a Discord stats bot, after which I became lead developer of the project. EZLBot, would later be rebuilt by me into what Computer Bot is today.
- Retrieve player stats
- Compare player stats
- Retrieve matches
- Create GIFs from matches
- Matchmaking
- Leader Boards
- Lottery
- Ads, embeds and text
- Assign custom commands
- Auto assign roles
- Supports multiple languages
- And more!
- Python 3 - Programming language by which bot is developed in
- discord.py - Python 3 Discord API library
- gamelocker-vainglory-py - Python 3 GameLocker VainGlory library
- pillow - Python 3 library for image processing
- mongo db - Database used for storing data
- others?