app-facebook-event-scraper/README.md

37 lines
2.3 KiB
Markdown
Raw Normal View History

2020-08-31 15:26:11 +02:00
[![Android CI](https://github.com/akaessens/NoFbEventScraper/workflows/Android%20CI/badge.svg)](https://github.com/akaessens/NoFbEventScraper/actions)
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://github.com/akaessens/NoFbEventScraper/blob/master/LICENSE)
[![Release](https://img.shields.io/github/release/akaessens/nofbeventscraper.svg?logo=github)](https://github.com/akaessens/NoFbEventScraper/releases/latest)
2020-08-31 17:59:12 +02:00
[![F-Droid](https://img.shields.io/f-droid/v/com.akdev.nofbeventscraper.svg)](https://f-droid.org/en/packages/com.akdev.nofbeventscraper)
2020-08-31 15:26:11 +02:00
2020-06-04 09:46:15 +02:00
2020-08-28 21:43:45 +02:00
<img src="https://github.com/akaessens/NoFbEventScraper/raw/master/fastlane/metadata/android/en-US/images/featureGraphic.png" alt="Feature Graphic" width="max-width">
2020-08-31 15:26:11 +02:00
# Description
2020-03-29 12:38:21 +02:00
2020-08-31 15:26:11 +02:00
This application was developed to be used without a Facebook account.
2020-03-29 12:38:21 +02:00
2020-08-31 15:26:11 +02:00
Therefore it does not use the Facebook API.
Instead it opens the Facebook event URI and downloads the website source code.
2020-05-20 10:28:38 +02:00
This source contains the information which is used to create a calendar entry.
2020-03-29 12:38:21 +02:00
2020-06-04 09:46:15 +02:00
# Download
2020-08-31 15:26:11 +02:00
2020-08-31 17:59:12 +02:00
<a href="https://f-droid.org/en/packages/com.akdev.nofbeventscraper">
2020-08-31 15:26:11 +02:00
<img src="https://fdroid.gitlab.io/artwork/badge/get-it-on.png" height="75">
2020-08-31 17:59:12 +02:00
</a>
2020-06-04 09:46:15 +02:00
2020-08-31 15:26:11 +02:00
# Building
This Android app is written in Java and is using the Gradle build system. To compile it, i recommend using Android Studio.
```
./gradlew build
```
2020-03-29 12:38:21 +02:00
2020-08-15 19:32:47 +02:00
# Screenshots
2020-03-29 12:38:21 +02:00
2020-08-26 17:15:05 +02:00
<img src="https://github.com/akaessens/NoFbEventScraper/raw/master/fastlane/metadata/android/en-US/images/phoneScreenshots/1.png" alt="Screenshot 1" width="200"> <img src="https://github.com/akaessens/NoFbEventScraper/raw/master/fastlane/metadata/android/en-US/images/phoneScreenshots/2.png" alt="Screenshot 2" width="200"> <img src="https://github.com/akaessens/NoFbEventScraper/raw/master/fastlane/metadata/android/en-US/images/phoneScreenshots/3.png" alt="Screenshot 3" width="200"> <img src="https://github.com/akaessens/NoFbEventScraper/raw/master/fastlane/metadata/android/en-US/images/phoneScreenshots/4.png" alt="Screenshot 4" width="200">
2020-08-31 15:26:11 +02:00
2020-08-31 18:31:47 +02:00
# Donations
I develop this application in my free time. If you like it, you can donate at <a href="https://www.paypal.me/andreaskaessens">PayPal</a>.
<a title="PayPal" href="https://www.paypal.me/andreaskaessens"><img src="https://raw.githubusercontent.com/stefan-niedermann/paypal-donate-button/master/paypal-donate-button.png" height="75" /></a>