Updates clarity on where additional data is pulled from

pull/215/head
Alicia Sykes 1 month ago
parent 09c0116be9
commit 434d30f5bd

@ -47,16 +47,29 @@ The data is augmented with some extra info, to add additional context to each se
The aim of this is to give you a broader picture of each listing, to help you make a more informed decision.
Currently, this extra data is pulled from:
- **GitHub API** - To fetch info about each project's repository
- **Privacy Policy** - To fetch a summerized version of each services Privacy Policy
- Including policy and terms of service links, postives + negatives and privacy score
- Via [ToS;DR](https://tosdr.org/)
- **GitHub** - To fetch info about each project's source code
- Including author & contributors, creation & last updated date, languages, license and star count
- **Web Check** - To fetch info about each project's website
- Via the [GitHub API](https://developer.github.com/v3/)
- **Android App** - To fetch privacy info about each project's Android app
- Including permissions, trackers, privacy score and metdata
- Via [Exodus Privacy](https://exodus-privacy.eu.org/)
- **iOS App** - To fetch info about each project's iOS app
- Including app size, rating, publish/update date, author and screenshots
- Via [Apple App Store](https://developer.apple.com/documentation/appstoreconnectapi/app_store)
- **Docker** - To fetch info about each project's Docker image (if it's self-hosted)
- Including supported architectures, run command, pull count, last updated and config options
- Via [Portainer-Templates](https://portainer-templates.as93.net/) and the [Docker Hub](https://hub.docker.com/) API
- **Website** - To fetch privacy info about each project's website
- Including SSL chain, WHOIS, server location, blacklist check and a screenshot
- **ToS;DR** - To fetch a summerized version of each services Privacy Policy
- Including policy and terms of service links, postives + negatives and privacy score
- Via [Web-Check](https://web-check.xyz/)
- **Socials** - To fetch info about each project's social media presence
- Including follower count, post frequency, engagement and a screenshot
- Via the Reddit, Discord and Twitter APIs
- **User Reviews** - User-submitted comments + feedback on a given service
- Implemented using self-hosted instance of Remark42
- **Portainer Templates** - To fetch info about each project's Docker image (if it's self-hosted)
- Including supported architectures, run command, pull count, last updated and config options
### API
We also have a free, no-auth, CORS-enabled RESR API,

Loading…
Cancel
Save