# fbfeed Web scraper that presents a public Facebook group's post 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. ## Usage Compile and run. Host it somewhere or locally. For HTML: `http://localhost:1212/nameOfGroup` For RSS: `http://localhost:1212/nameOfGroup.rss` `nameOfGroup` is the @-name in Facebook. ## License MIT. See the LICENSE file.