The bot parses the selected page on Facebook and sends the latest news to the chat.
$ git clone git@github.com:mhtr/FBParser.git$ cd FBParserCopy your telegram-bot TOKEN, CHAT_ID and FB_PAGE into src/vars.py
$ docker build -t fbparser .$ docker volume create posts$ cp posts/posts.json /var/lib/docker/volumes/posts/_data$ docker run -d --name fbparser --mount source=posts,target=/app/src/posts fbparser