Using pmcenter for Telegram in docker. (Telegram PM chat bot)
Source code by Elepover(GitHub).
You can also use the official docker image.
pmcenter.json HERE, edit it as you like(especially the APIKey and OwnerUID, you can get the OwnerUID with the help of userinfobot), mount it when running this image. for more info, please refer to the official document#configuring(GitHub)here's an example of mounting the configuration file(must have) and language file(optional)
$ docker run -d \
-v /path/to/your/pmcenter.json:/pmcenter/pmcenter.json \
-v /path/to/your/pmcenter_locale_zh.json:/pmcenter/pmcenter_locale.json \
dtcokr/pmcenter
Content type
Image
Digest
Size
33.6 MB
Last updated
about 7 years ago
docker pull dtcokr/pmcenter