New version of CSPM available, programmed in Go and much more stable: https://github.com/rkhous/Go-CSPM
python3 -m pip install -U discord.py
python3 cspm.py
sudo apt-get install gcc python-dev
followed by pip3 install mysqlclient
.spawn <pokemon_name> <lat> <lon>
.spawn larvitar 34.101085 -118.287312
Command: .raid <gym_name> <pokemon_name> <raid_level> <minutes_remaining>
Example: .raid "Silverlake Painted" Rayquaza 5 29
Note: Gym names in raids do not have to be completely filled in, just enough so MySQL can find a single gym.
.quest <stop_name> <quest_type> <quest_reward>
.quest "Fishermans Warf" "Complete a Raid" "Dratini"
Command: .search <gym/pokestop> <name>
Example: .search gym starbucks
Example: .search pokestop sprint
Note: Gym/Pokestop names do not have to be completely filled in. Searching for 'tarbuck' will still show all gyms with with that string in them!