-
Notifications
You must be signed in to change notification settings - Fork 17
Home
Eugenio Turano edited this page Sep 14, 2016
·
23 revisions
- Clone the repository
https://github.com/eugenio412/PogomBOT.git
- Install the dependencies
sudo pip3 install -r requirements.txt -U
- Go to telegram and talk to the @BotFather
- Copy
config-bot.json.example
toconfig-bot.json
withcp config-bot.json.example config-bot.json
- check the config-bot.json wiki for the config configuration here
- run
python3.4 pogobot.py
- Go to telegram and write /start to !!YOUR!! bot (not the same of the picture please)
- to be notified of a certain pokemon write to it
/add 1
changing the pokemon number as you want - to be notified by pokemon RARITY write
/addbyrarity 5
changing the number from 5 (ultrarare) to 1 common - save your scanner pokemons before shutting down the bot with /save, than you can restore your notifications with /load at the next start up If you want to dig deeper in the script go and first check the telegram bot api or check the examples made in the python-telegram-bot repository and their wiki
NOTE: if you stop the bot it will forget all the pokemon to scan, you should set it again
Our troubleshooting guide is at Troubleshooting
commands are at commands