8000 GitHub - jingleville/codewars-exporter: Export your solutions to local file
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

jingleville/codewars-exporter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

codewars-exporter

Ruby Style Guide

codewars-exporter is a prototype application which parse solutions from codewars.com to local file. You can optionally choose languages and save methods.

api

https://dev.codewars.com/

Functionality

  1. Check main info about profile
  2. Parse all solutions to one file
  3. Save solution per file
  4. Choosing language which to be parsed

Requirements

Pretty good if you installed ruby <3
You can use application only with email and password from codewars (any other methods to login like Oauth doesnt worked)

Usage

0. You have to install web-driver for your browser (we are using chrome by default)

http://watir.com/guides/drivers/

1. setup application.

bundle install

2. For using codewars-api (general information) functionality you should use:

bin/api <email> <password>

3. If you want to parse your solutions just use:

bin/parser <email> <password>

Contribution

  1. Select issue and write comment like: "I want to take the issue"
  2. Wait my answer
  3. Fork the repository, create branch with issue name
  4. When task is complete - create pull request and tell me about status of task

About

Export your solutions to local file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%
0