this page will download a directory from a github repository
paste in a url and it will automatically parse it into the relevant parts
if you have a github token you can enter it and it will use the github api to download the files, these will be as they are within the repository.
if you do not have a token, it will download the files from raw.githubusercontent.com, these urls
typically take upto 10 mins to reflect changes within the repository.
alternatively, you can check the api box, this will use the api to download the files, albeit using unauthenticated requests, these
are rate limited to 60 per hour.
The path can be empty ( therefore it will download all files in the repo )
also check out the blog post on
how to download a github directory