MinaMaher0 / Go-download-my-solutions

GoLang script for download all of your Codeforces accepted solutions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Go download my solution

forthebadge

GoLang script for download all of your Codeforces accepted solutions

Usage

  • install go from https://golang.org/dl/
  • install gocolly
    go get -u github.com/gocolly/colly/...
  • run script
    go run main.go
    
  • solutions folder should be created and contains all your solutions

Todos

  • add file extension

About

GoLang script for download all of your Codeforces accepted solutions


Languages

Language:Go 100.0%