aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetter Rodhelind <petter.rodhelind@gmail.com>2021-02-21 23:37:58 +0100
committerPetter Rodhelind <petter.rodhelind@gmail.com>2021-02-21 23:37:58 +0100
commit3fe08446189292c686f4e253481e1b40344571c2 (patch)
tree5f277b0e4b0966ed655196f2fad151032d646f55
parent82aea26e5dda91e2ca5734e81925776dcbeea362 (diff)
downloadfbfeed-3fe08446189292c686f4e253481e1b40344571c2.tar.gz
fbfeed-3fe08446189292c686f4e253481e1b40344571c2.tar.bz2
fbfeed-3fe08446189292c686f4e253481e1b40344571c2.zip
Update docs.
-rw-r--r--README.md10
1 files changed, 6 insertions, 4 deletions
diff --git a/README.md b/README.md
index 124e096..cc23bbf 100644
--- a/README.md
+++ b/README.md
@@ -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.