Skip to content
This repository has been archived by the owner on Nov 25, 2024. It is now read-only.

Latest commit

 

History

History
21 lines (16 loc) · 418 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 418 Bytes

Facebook to RSS converter

This program is designed to provide non-login RSS Feeds from Facebookpages, since they turned the official RSS Feeds off.

Compiling

git submodule update --init
make

Usage

./Fb2RSS https://facebook.com/<page_name>

This will write the Atom Feed to stdout, which can be piped to a File, Process, /dev/null, whatever...