Skip to content
/ FBParser Public

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

Notifications You must be signed in to change notification settings

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 [email protected]: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

No packages published