modulepackage
0.0.0-20241113003425-ec76b0691190
Repository: https://github.com/mahmednabil109/go-cms-dl.git
Documentation: pkg.go.dev
# README
go-cms-dl
simple web scraping go based tool to download a cms courses content, with support of concurrent http connections, which is completely useless due to the fact that the cms awesome server has a strict rate limiter 😀.
TODOS
- modulize the code.
- make project configurable (yaml).
- presist some metadata about downloaded files (optional).
- convert to cobra.
- serve simple html page displaying some stats about the downloaded files.
# Functions
Parse reads the config file `config.yml` near the executable.