Hello, I have made a slight change to the poker miner to send emails when specific pokemons are detected.
just replace the web.py
Just configure the web.py by changing the gmail adresses, and don't forget to add recienpts in the check_pokemons method.
(you can also change the alert pokemons list, to you liking)
run these two commands in pokeminer folder: (thx zombieslaver)
pip install Flask-Mail
pip install apscheduler