FrameInstructor

Git Repo


FrameInstructor is a Python application that uses Discord, instead of the CLI as a front-end to accept user input.
The program does this through the 'discord' Python package, and is hosted on heroku. The application is integrated into Discord
in the form of a chat bot, listening for commands in the given chat room, and fetching data from an API depending on what input was supplied.


The data fetched from the API is related to specific moves in the online fighting game Tekken 7, the data included provides information on things like how much damage the move does,
what type of status it inflicts after it hits an opponent, ect.