Program to pull all your katas from Codewars into a folder. #2496
Replies: 2 comments 2 replies
-
Please refer to the last rule of Codewars Code of Conduct: https://docs.codewars.com/community/rules#rules as it could be relevant for your script. I think that repository of the script should make it clear that public repositories of solutions for Codewars kata are generally discouraged and frowned upon by community, as they very often serve as a source for dishonest users who copy solutions and submit as their own. It's highly recommended to make such repositories private and include a note in its README that copying solutions and submitting them to get points can get a user into troubles, ranging from invalidation of a solution to a ban when heavily abused. |
Beta Was this translation helpful? Give feedback.
-
Awesome idea, but I couldn't make it work. When I run the "dotnet run" command in the terminal, I get this error: |
Beta Was this translation helpful? Give feedback.
-
EDIT (16/03/2023)
Hello. I created a program that lets you pull all your Codewars completed katas into a folder. The idea behind is that you can have a registry of all your work displayed in a way that is easy to navigate through.
The repository is called CodewarsLogger.
It's free and open source. Sharing it in here because I thought someone may use it. I answer most questions in the repository README.md file and in the wiki, but if you want to tell me anything else, you can use this discussion.
Beta Was this translation helpful? Give feedback.
All reactions