Fb2RSS

git clone git://xatko.vsos.ethz.ch/Fb2RSS.git
Log | Files | Refs | Submodules | README

README.md (418B)


      1 Facebook to RSS converter
      2 ==============
      3 
      4 This program is designed to provide non-login RSS Feeds from Facebookpages,
      5 since they turned the official RSS Feeds off.
      6 
      7 Compiling
      8 --------------
      9 
     10 ```shell
     11 git submodule update --init
     12 make
     13 ```
     14 
     15 Usage
     16 --------------
     17 ```shell
     18 ./Fb2RSS https://facebook.com/<page_name>
     19 ```
     20 This will write the Atom Feed to stdout, which can be piped to a File, Process, /dev/null, whatever...
     21