greasyfork-org / greasyfork

An online repository of user scripts.
https://greasyfork.org
GNU General Public License v3.0
1.46k stars 435 forks source link

Automated Script Registration and Update URL Configuration #1200

Closed MineYuanlu closed 10 months ago

MineYuanlu commented 11 months ago

I have set up a small script framework here, where different scripts are organized within the "build" folders. Each "build" folder contains a "user.js" script file and one or more "README.md" files for documentation. I'm wondering if there's a way to automate the process of registering new scripts on Greasy Fork when users create new scripts within the "build" folders. Additionally, I'm wondering if there's a way to automate the process of setting the update URL for scripts on Greasy Fork using a personal API when users create new scripts within the "build" folders. Additionally. Is this something that can be achieved, and if so, what steps or tools should be considered for implementation?

JasonBarnabe commented 11 months ago

How different are these scripts from each other? I don't want to facilitate adding many scripts with only minor variations.

JasonBarnabe commented 10 months ago

I would need more information before proceeding with this.