https://github.com/fobo66/factcheckerassistant
Android App to help you check claims from the internet, WIP
https://github.com/fobo66/factcheckerassistant
android factchecking hacktoberfest jetpack-compose
Last synced: 9 months ago
JSON representation
Android App to help you check claims from the internet, WIP
- Host: GitHub
- URL: https://github.com/fobo66/factcheckerassistant
- Owner: fobo66
- License: unlicense
- Created: 2020-04-21T14:56:21.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2025-06-07T12:54:53.000Z (about 1 year ago)
- Last Synced: 2025-06-07T13:39:43.616Z (about 1 year ago)
- Topics: android, factchecking, hacktoberfest, jetpack-compose
- Language: Kotlin
- Homepage:
- Size: 2.6 MB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# FactCheckerAssistant
[](https://github.com/fobo66/FactCheckerAssistant/actions/workflows/main.yml)
Android App to help you check claims from the internet. Currently in active development
App will give you possibility to check if certain claim is true or false by searching
for resources that have already tested this claim. Also, app will contain a short guide
for users who want to check claims by themselves
## Build
To build the project, Fact Check API key is needed. It can be obtained [here](https://console.cloud.google.com/apis/api/factchecktools.googleapis.com/metrics).
Create a `.env` file from the sample:
```bash
cp sample.env .env
```
And insert your API key in the `.env` file. Alternatively, you can set a `FACTCHECK_API_KEY`
environment variable.