Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 1.07 KB

README.md

File metadata and controls

34 lines (28 loc) · 1.07 KB

cw-parser

cw-parser - web scraper for CodeWars. Script downloads all solutions from your account and saves them on your PC.

Features

cw-parser creates README.md for each solution. And furthermore, script generates README.md for root folder with all solutions. Main README contains statistics on solved katas and them kyus. cw-parser separates all solutions by languages and kyus (see folders tree below)

Installation and usage

  1. Clone this repository
git clone https://github.com/opastushkov/cw-parser.git
  1. Create virtual environment, activate it and install all necessary packages
python3.7 -m venv venv
source src/bin/activate
pip install requirements.txt
  1. Run Source.py
python Source.py
  1. Enter your credentials for CodeWars

  2. Profit!

Example

Result of work you can see in this reposiroty