kaorlol / obtainium-artifact-downloader

This is a simple script that downloads any files from a github action extracts the apks from them and uploads them to your github releases.
5 stars 0 forks source link

Multiple Repos | For Repo Not Obtainium #4

Open itsmechinmoy opened 1 month ago

itsmechinmoy commented 1 month ago

Hey @kaorlol, need your help with something. Can you make my repo handle multiple repositories. Here's what I'm thinking: when a new APK is released, I want to keep the old ones too—no deletions. And I'm thinking of creating new tags for each repository listed in the settings.json file. So, if we've got yt-ext and deezer-ext in there, we'd make two tags. Then, whenever an APK is released, it gets tagged based on where it came from. Any ideas on how to make this happen?

It's just for showcasing Echo extensions, not Obtainium stuff.

kaorlol commented 1 month ago

@itsmechinmoy i found a way to do multi apks so im making a repo for it atm. Im adding features and there will be a whole settings json but ill let you know when its finished.

kaorlol commented 1 month ago

image

So far i get web and enumeration (which just incs a version)

itsmechinmoy commented 1 month ago

image

So far i get web and enumeration (which just incs a version)

👀

kaorlol commented 4 weeks ago

image So far i get web and enumeration (which just incs a version)

👀

just got artifacts working but its kinda limited atm and the version grabber doesnt grab the actual version of the apk. i could fix this by downloading it first then running aapt.exe on it but that would mean it would use 1-2 more api requests and download the zip and extract the apk every time.

kaorlol commented 4 weeks ago

image

so far for "version", i renamed it to identifier, i made it so it uses its zip file name instead (the one it stores on github not the artifact name)

itsmechinmoy commented 4 weeks ago

ic u will make it into a different template rt? or merge it into the same one?