-
Notifications
You must be signed in to change notification settings - Fork 12
Description
I'm working on a Frida script, and I'd like to share it on Frida Codeshare so it's easy to use for Frida users, but I want to store the authoritative copy of the script on GitHub so I can track the change history here and easily allow external contributions and feedback.
I think the best way to do this would be to host it on GitHub, publish one version to Codeshare, and then use a GitHub action to update it every time there's a change on GitHub. I can see there's some kind of API in https://github.com/frida/frida-codeshare/tree/master/fridasnippits/apps/api but it doesn't look like there's any documentation and I'm not sure how to use it or especially how to authenticate to it.
Would you be open to writing up some quick docs on how to use that?