pointim_bot is a telegram bot for point.im micro blogging service.
-
Build or pull docker image:
docker pull paskal/pointim_bot
ordocker-compose build
-
In
docker-compose.yml
file uncommentvolumes
andenvironment
sections/root/cache.bin
must be replaced to some persistent folder noone else have access to on your serverLOGIN
andPASSWORD
are left and right token parts of your bot
-
Run service with command
docker-compose up -d
, inspect it's state withdocker-compose logs