dotnettools/SharpGrabber

Can't figure out how to use BlackWidow to grab and download a private github repo on a separate account

LevitateGamer opened this issue · 3 comments

Anyone willing to create the code because I have no idea on how to create it, due to me not having any coding experience with dotnet. Also I would like to do this w/o having to make it using tokens if possible as they are annoying to create

You'd just need javascript to write a grabber. The problem is that the repo provides no tool for you to test it at the moment. However it can still be tested on the browser or other environments with a slight change of code to make it compatible with BlackWidow.
Check out the wiki and samples to get an idea.

The GitHubGrabberRepository class is written to basically download the scripts that are put in here:
https://github.com/dotnettools/SharpGrabber/tree/master/blackwidow/repo/scripts

This way, the latest version of the js files is always available to the clients.
That doesn't mean that this implementation is limited to this repository only. You can change the path to another repo, or completely ditch GitHub and instead use a local folder where js files are.