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.
- Host: GitHub
- URL: https://github.com/vindecodex/git.ir-downloader
- Owner: vindecodex
- License: mit
- Created: 2019-12-10T02:22:32.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-03-02T08:53:21.000Z (over 5 years ago)
- Last Synced: 2024-12-12T22:49:10.355Z (over 1 year ago)
- Topics: bash-script, downloader, go, golang
- Language: Go
- Homepage:
- Size: 20.5 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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