Releases: nibble-4bits/codewars-solutions-scraper
Releases · nibble-4bits/codewars-solutions-scraper
v1.0.8
v1.0.7
- Fix a problem with GitHub Authentication flow
- Fix a problem where solutions were not being scraped due to an incorrect CSS selector
v1.0.6
- Minor fix: Updates README usage description to include -d, --debug flag and explain what it does
v1.0.5
- Add -d, --debug option to make Chromium browser window appear and see what the scraper is doing
v1.0.4
- Fix critical bug that prevented using the tool at all
- loglevel and loglevel-plugin-prefix were installed as dev dependencies instead of conventional dependencies
v1.0.3
- Add -v, --verbose option to explain what is being done
- Add support for all current Codewars languages
- Match commander version with package.json version
v1.0.2
- Add -o, --output option to explictly define an output directory
- Refuse if both auth types are provided
- Change name of binary to match package name
v1.0.1
- Prevent error
EEXIST: file already exists
when output directory already exists - Add DEBUG_FLAG to enable Puppeteer's headless mode if necessary
- Describe how to use the tool in the README
v1.0.0
- Scrape all Codewars solutions and save them in the same directory as the script
- Authenticate either with Codewars or GitHub credentials
- Require --username, --email and --password options
- Ask for verification code when login with GitHub