An open API service indexing awesome lists of open source software.

https://github.com/vindecodex/git.ir-downloader

Simple crawler downloader for Git.ir. Created a script for downloading latest way of git.ir website. Newly updated to wget.
https://github.com/vindecodex/git.ir-downloader

bash-script downloader go golang

Last synced: 10 months ago
JSON representation

Simple crawler downloader for Git.ir. Created a script for downloading latest way of git.ir website. Newly updated to wget.

Awesome Lists containing this project

README

          

#### Git.ir course downloader

Created a script for downloading latest way of git.ir website.

##### Requirements
- Install and configure [golang](https://golang.org/)
- Install [colly](http://go-colly.org/docs/introduction/install/)

`go get -u github.com/gocolly/colly/...`

##### Usage
- edit inside `main.go line 38` change url of desired course
- run `make` on terminal in root directory of this project