From 62157cb657eef6d0fadcf29e0db428111e287351 Mon Sep 17 00:00:00 2001 From: pinkman <24660231+akaessens@users.noreply.github.com> Date: Sun, 29 Mar 2020 12:38:21 +0200 Subject: [PATCH] Create README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..97ce2ea --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# NoFbEventScraper + +This application was developed to be used without a facebook account. + +Therefore it does not use the facebook API. +Instead it opens the facebook event URI and downloads the website source code. +This source contains the event information which is used to create a calendar entry. + + +# Screenshot + +![Screenshot](https://raw.githubusercontent.com/akaessens/NoFbEventScraper/master/screenshots/screenshot-000.png)