diff options
author | Petter Rodhelind <petter.rodhelind@gmail.com> | 2021-02-21 17:40:05 +0100 |
---|---|---|
committer | Petter Rodhelind <petter.rodhelind@gmail.com> | 2021-02-21 17:40:05 +0100 |
commit | e618c5b876155c71cf4f8aebe373fc9bc29716f9 (patch) | |
tree | 6531fb7c0fa367c6a1125e1a421f5ee90b577ee8 /README.md | |
parent | dc79f4c18a76f5f907b3061e2e08ae4923da40e2 (diff) | |
download | fbfeed-e618c5b876155c71cf4f8aebe373fc9bc29716f9.tar.gz fbfeed-e618c5b876155c71cf4f8aebe373fc9bc29716f9.tar.bz2 fbfeed-e618c5b876155c71cf4f8aebe373fc9bc29716f9.zip |
RSS and HTML presentation of the feed.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 14 |
1 files changed, 12 insertions, 2 deletions
@@ -1,8 +1,18 @@ -# fbrss +# fbfeed Web scraper that presents a public Facebook group's post as an RSS -feed. +feed or HTML page. This is particular good for those of you who do not use Facebook, but still end up in social networks and local communities where gatherings and events are all organized using Facebook. + +## Usage + +Compile and run. Host it somewhere or locally. + +For HTML: `/nameOfGroup` + +For RSS: `/nameOfGroup.rss` + +`nameOfGroup` is the @-name in Facebook. |