42 lines
2.4 KiB
Markdown
42 lines
2.4 KiB
Markdown
[![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)
|
|
[![F-Droid](https://img.shields.io/f-droid/v/com.akdev.nofbeventscraper.svg)](https://f-droid.org/en/packages/com.akdev.nofbeventscraper)
|
|
|
|
|
|
<img src="https://github.com/akaessens/NoFbEventScraper/raw/master/fastlane/metadata/android/en-US/images/featureGraphic.png" alt="Feature Graphic" width="max-width">
|
|
|
|
# Description
|
|
|
|
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 information which is used to create a calendar entry.
|
|
|
|
# Download
|
|
|
|
<a href="https://f-droid.org/en/packages/com.akdev.nofbeventscraper">
|
|
<img src="https://fdroid.gitlab.io/artwork/badge/get-it-on.png" height="75">
|
|
</a>
|
|
|
|
# Changelog
|
|
|
|
[CHANGELOG](CHANGELOG.md)
|
|
|
|
# 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
|
|
```
|
|
|
|
# Screenshots
|
|
|
|
<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">
|
|
|
|
# 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>
|