Chamaeleon- / PokemonGO-profile

Python script to parse Level out of Pokemon GO profile screenshots and verify with a given username
MIT License
3 stars 1 forks source link

Discord Bot implimentation #2

Open unseenmagik opened 6 years ago

unseenmagik commented 6 years ago

Good day. Can this code be incorperated to a discord bot ?

unseenmagik commented 6 years ago

This is the code on my repo for RedBot The cog is installed and loaded but does not respond to screenshots

https://github.com/unseenmagik/MagikCogsv3/tree/master/pokegoprofile

Chamaeleon- commented 6 years ago

@unseenmagik have you tried to use the code as a python module like described here https://github.com/Chamaeleon-/PokemonGO-profile#module-usage in the readme? it is just a module, not a python class. just download the source code from github, install the requirements from the requirements.txt via pip and import the module to your bot. i would recommend to add my github repo to the pip requirements of your bot to get the newest version of this module. it is possible that this module version won't work with newer PokemonGO versions, so it is important to be able to install updates easily.