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

Bitbucket Repo download

Started by makerimages, 20 January 2014 - 02:41 PM
makerimages #1
Posted 20 January 2014 - 03:41 PM
Hey there,

I began wondering- how could I easily download the latest bitbucket repository to the computer, with it automatically making all the directories for me?
Lyqyd #2
Posted 20 January 2014 - 05:17 PM
Use bitbucket's API to get information about the folder structure and create folders and download files as necessary. For a complete example, my cc-packman repository on my github has code that does this, though it may not be the easiest to understand.
makerimages #3
Posted 21 January 2014 - 07:39 AM
indeed, it is not easy to understand….