This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
powerboat9's profile picture

Github repository downloader

Started by powerboat9, 27 November 2015 - 01:12 AM
powerboat9 #1
Posted 27 November 2015 - 02:12 AM
This downloads a repository from github. I needed an installer for something, so I just made this. A while latter, I rewrote it.

You can get it through pastebin:
pastebin run 74vXX3ci

Changelog:
Spoiler2.0.0 - Compleatly rewrote program.
Fixed terribleness.
Package format.
Multiple downloads with one command.
Asynchronous.

v1.01 - Now supports branches.

v1.00 - Made the github repository downloader.
Edited on 17 August 2016 - 06:15 PM
Creator #2
Posted 27 November 2015 - 07:53 AM
What about branches?
powerboat9 #3
Posted 03 December 2015 - 03:29 PM
I'll work on that a little later, when I can access GitHub.
Creator #4
Posted 03 December 2015 - 04:02 PM
Ok. If you have any questions, ask.
powerboat9 #5
Posted 04 December 2015 - 02:50 AM
I made version 1.1
apemanzilla #6
Posted 09 December 2015 - 02:19 AM
So, this is like my gitget program?

Also, why don't you download files asynchronously via http.request instead of http.get? It will be much, much faster.
powerboat9 #7
Posted 17 August 2016 - 07:42 PM
OK, I updated it!
Edited on 17 August 2016 - 05:52 PM