ImranR98 / apps.obtainium.imranr.dev

Collection of suggested apps for Obtainium.
https://apps.obtainium.imranr.dev
GNU General Public License v3.0
111 stars 33 forks source link

How to more easily generate app configs? #130

Closed boredsquirrel closed 1 month ago

boredsquirrel commented 1 month ago

In Obtainium, if I click on an app and "share app configuration as HTML" I can share a link that opens Obtainium and extracts the JSON metadata correctly.

I have 150 Apps, how could this be done more easily so that I can add my apps to the App list here?

Hamster45105 commented 1 month ago

From the README:

You can auto-generate config files from an Obtainium export by running node generateFromExport.js

Although please be aware of https://github.com/ImranR98/apps.obtainium.imranr.dev/discussions/84#discussioncomment-9717730 and try to keep that in mind.

Hamster45105 commented 1 month ago

In addition, to generate a single config from an app config URL you can use this Python script.

boredsquirrel commented 1 month ago

Thanks! An issue is that the Obtainium share URL contains tons of data that is the default value. But this is a different issue. I will use that and already got all the share URLs

Hamster45105 commented 1 month ago

If that's all you need to know, could you please close this issue?

boredsquirrel commented 1 month ago

I did not yet do it. These export URLs contain all the configs no matter if they are default. If it works anyways I can close this.

boredsquirrel commented 1 month ago

works really well!