Skip to content

askovpen/telegram-pgo-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PokemonGo-Bot telegram Plugin

Installation

Single install:

$ pip install python-telegram-bot --upgrade

Docker install:

docker run -it --entrypoint=pip pokemongo-bot install python-telegram-bot --upgrade

Usage

In PokemonGo-Bot main section insert:

"plugins": [
  "askovpen/telegram-pgo-plugin#master"
]

In PokemonGo-Bot tasks section insert:

{
  "type": "telegram-pgo-plugin.telegramTask",
  "config": {
    "api_key": "your-api-key"
  }
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages