Skip to content

mhtr/FBParser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FBParser

The bot parses the selected page on Facebook and sends the latest news to the chat.

Using

$ git clone git@github.com:mhtr/FBParser.git
$ cd FBParser

Copy 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

About

The bot parses the selected page on Facebook and sends the latest news to the chat.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors