aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 124e096c5d92fc56ee7ff1d7c555af67b46b1b0e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# 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.