Skip to content
Eugenio Turano edited this page Sep 3, 2016 · 23 revisions

Installation:

  1. Clone the repository https://github.com/eugenio412/PogomBOT.git
  2. Install the dependencies sudo pip3 install -r requirements.txt -U
  3. Move the bot file (pogobot.py and config-bot.json) to your pogom folder (MUST BE IN THE SAME FOLDER AS pogom.db)
  4. Go to telegram and talk to the @BotFather
  5. Copy config-bot.json.example to config-bot.json with mv config-bot.json.example config-bot.json
  6. Create a new bot and COPY THE TOKEN INSIDE the file config-bot.json in the place of TOKEN
  7. Set path to pogom inside config-bot.json. If the PogoBOT folder is net to pogom folder the path should be ../pogom
  8. run python3.4 pogobot.py
  9. Go to telegram and write /start to !!YOUR!! bot (not the same of the picture please)
  10. to be notified of a certain pokemon write to it /add 1 changing the pokemon number as you want
  11. to be notified by pokemon RARITY write /addbyrarity 5 changing the number from 5 (ultrarare) to 1 common

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

Troubleshooting

Our troubleshooting guide is at Troubleshooting

ISSUES AND PULL REQUESTS ARE WELCOME

Commands

commands are at commands

Clone this wiki locally