Skip to content

gthazmatt/Bitburner_git_fetch

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

Bitburner_git_fetch

Use to fetch scripts from git into the game
No passwords or anything required - which means it works only with public github repositories (for now)

Usage

Download the .txt and js files

Edit git_config.txt
Update the example with the repository info and list of files you want to fetch.
Make sure to keep that file a valid JSON (no stray commas etc.), don't use leading slashes
You can also provide the name of an alternate config file as an argument to git_fetch.js.

Notes - limitation

Git may delay changes to files, from 0 up to 5 minutes. If your install doesn't fetch new commited files, wait a bit. There is probaly a work-around, but it didn't make it to this repo

Working with private repo?

Not supplied, consider:
https://github.com/cscheid/bitburner-lib/blob/main/install.js
https://github.com/SlyCedix/bitburner-scripts/blob/752bdb2350ad549740e7deeede0d63a022c6705b/scripts/fetcher.js
https://github.com/hexnaught/vscode-bitburner-connector/blob/master/src/extension.js

About

Used to fetch scripts from git to game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%