Skip to content

Releases: nibble-4bits/codewars-solutions-scraper

v1.0.8

07 Jul 22:17

Choose a tag to compare

  • Add support for Perl solutions by appending .pl extension
  • Remove leading . in default txt extension

v1.0.7

23 May 23:32

Choose a tag to compare

  • 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

29 Nov 08:19

Choose a tag to compare

  • Minor fix: Updates README usage description to include -d, --debug flag and explain what it does

v1.0.5

29 Nov 08:18

Choose a tag to compare

  • Add -d, --debug option to make Chromium browser window appear and see what the scraper is doing

v1.0.4

22 Aug 21:31

Choose a tag to compare

  • 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

22 Aug 21:04

Choose a tag to compare

  • 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

14 Aug 23:31

Choose a tag to compare

  • 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

14 Aug 00:44

Choose a tag to compare

  • 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

23 Jul 14:22

Choose a tag to compare

  • 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