diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -1,17 +1,19 @@ # fbfeed -Web scraper that presents a public Facebook group's post as an RSS -feed or HTML page. +Web scraper that presents a public Facebook group or page's posts +as an RSS 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. NOTE: This may break any given moment, due to updates in the source -code at Facebook. +code at Facebook and my lack of time for development. ## Usage +Live demo: https://fbfeed.vty.se/ + Compile and run. Host it somewhere or locally. For HTML: `http://localhost:1212/nameOfGroup` @@ -22,4 +24,4 @@ For RSS: `http://localhost:1212/nameOfGroup.rss` ## License -MIT. See the LICENSE file.
\ No newline at end of file +MIT. See the LICENSE file. |