Fb2RSS

A Facebook to RSS conversion tool
git clone git://xatko.vsos.ethz.ch/Fb2RSS.git
Log | Files | Refs | Submodules

commit 0f0a8e57b8a1a3cedf08a3df47d8d7eee3f9cfd7
parent 9e7b780334e0e5a4e844851f455c88b25a3d6445
Author: Dominik Schmidt <das1993@hotmail.com>
Date:   Sat, 23 Jan 2016 00:47:44 +0100

Update README with captcha-sorcery.

Diffstat:
README.md | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -14,7 +14,9 @@ make DMD="your-favorite-dmd" Usage -------------- ```shell +./captcha https://facebook.com/<some_page_name> ./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... +The first command has to be executed only *once*, and can be directed to any page.