{"id":21542794,"url":"https://github.com/sedrubal/apk_schleuder","last_synced_at":"2026-06-23T13:32:26.706Z","repository":{"id":79048477,"uuid":"85020595","full_name":"sedrubal/apk_schleuder","owner":"sedrubal","description":"Download apks from shady sources and put them into a f-droid repo.","archived":false,"fork":false,"pushed_at":"2017-12-04T22:48:50.000Z","size":57,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-27T22:57:12.508Z","etag":null,"topics":["android","apktool","fdroid","google-play","script"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sedrubal.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-03-15T02:39:22.000Z","updated_at":"2023-02-12T19:23:15.000Z","dependencies_parsed_at":"2023-03-05T22:15:29.509Z","dependency_job_id":null,"html_url":"https://github.com/sedrubal/apk_schleuder","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sedrubal/apk_schleuder","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sedrubal%2Fapk_schleuder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sedrubal%2Fapk_schleuder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sedrubal%2Fapk_schleuder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sedrubal%2Fapk_schleuder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sedrubal","download_url":"https://codeload.github.com/sedrubal/apk_schleuder/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sedrubal%2Fapk_schleuder/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34691786,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-23T02:00:07.161Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","apktool","fdroid","google-play","script"],"created_at":"2024-11-24T05:11:18.914Z","updated_at":"2026-06-23T13:32:26.684Z","avatar_url":"https://github.com/sedrubal.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# APK Schleuder\n\nDownload APKs from shady sources and put them into a f-droid repo.\n\n[![Code Health](https://landscape.io/github/sedrubal/apk_schleuder/master/landscape.svg?style=flat)](https://landscape.io/github/sedrubal/apk_schleuder/master)\n\n## Installation\n\n- (Create a virtualenv: `python3 -m virtualenv -p python3 --system-site-packages .venv \u0026\u0026 . ./.venv/bin/activate`)\n- Install apk_schleuder: `pip install git+https://github.com/sedrubal/apk_schleuder.git` or clone the repo and run `./setup.py install`\n- Install (Java) keytool and android sdk (for apksigner)\n\n## Config\n\nCreate a config under `config.py`. You can also create a symlink to `config_example.py`.\n\n## Usage\n\n`python3 -m apk_schleuder`\n\n## Add new APKs\n\n- find a source to download the APK (e.g. apkdownloadmirror.com, apkplz.com, github.com, a website, ...)\n- create a new entry in `config.py`:\n\n```py\n'app_name': {\n    'source_1': {\n        'type': 'source_type',\n        ...,  # source type specific config\n        'apk_signature_fingerprints': [\n            ('SHA256', \\\n'5B:77:11:55:16:5A:20:F5:61:92:F0:A4:57:36:4F:18:A9:ED:F9:AC:55:30:DA:A3:3A:0B:C3:7F:63:0E:82:39'),\n            ('SHA1', 'B2:F6:D2:21:9C:12:EF:B0:1B:76:E8:7F:87:A9:B9:42:86:BA:2C:C9'),\n            ('MD5', '19:13:11:71:69:43:D0:3F:A3:85:57:B0:B9:1F:73:EC'),\n        ],\n    },\n    ...,  # other sources...\n},\n```\n\n### Get the fingerprints\n\n- Get an APK from a trustworthy source\n- unzip it\n- search for the signing certificate in folder `META-INF` (e.g. `CERT.RSA`)\n- run `keytool -printcert -file $certfile` and put the fingerprints into `config.py`\n\n## License\n\n(c) 2017 sedrubal - [MIT](https://opensource.org/licenses/MIT)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsedrubal%2Fapk_schleuder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsedrubal%2Fapk_schleuder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsedrubal%2Fapk_schleuder/lists"}