Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 612 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 612 Bytes

Point.im telegram

pointim_bot is a telegram bot for point.im micro blogging service.

Docker run instructions

  1. Build or pull docker image:

    • docker pull paskal/pointim_bot or
    • docker-compose build
  2. In docker-compose.yml file uncomment volumes and environment sections

    • /root/cache.bin must be replaced to some persistent folder noone else have access to on your server
    • LOGIN and PASSWORD are left and right token parts of your bot
  3. Run service with command docker-compose up -d, inspect it's state with docker-compose logs