cw-parser - web scraper for CodeWars. Script downloads all solutions from your account and saves them on your PC.
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)
- Clone this repository
git clone https://github.com/opastushkov/cw-parser.git
- Create virtual environment, activate it and install all necessary packages
python3.7 -m venv venv
source src/bin/activate
pip install requirements.txt
- Run Source.py
python Source.py
-
Enter your credentials for CodeWars
-
Profit!
Result of work you can see in this reposiroty