You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
2 years ago | |
---|---|---|
vendor | 2 years ago | |
.gitignore | 2 years ago | |
LICENSE | 2 years ago | |
README.md | 2 years ago | |
config.json.example | 2 years ago | |
mastaface.py | 2 years ago |
README.md
** This is early alpha and more like a proof of concept **
Mastaface
Mastaface scrapes the last post of a public facebook page and bridges it to mastodon.
Features:
- splits facebook posts with are longer than the character limit into serveral toots (replies)
- checks only for the last post, so if you miss one, you're out of luck
- only cross-posts the main-image of a facebook post
Please be sure to get the permission before mirroring some facebook site.
Dependencies
OS:
- curl
Python:
- Mastadon.py
- facebook-scraper
Usage:
Copy config.json.example
to config.json
and adjust it to your needs.
Setup a cronjob to run the script periodically. Timelap must be shorter than minimum time difference between two facebook posts.