Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhance explanations / checks around what is supported by the scrapper #21

Open
benoit74 opened this issue Sep 1, 2023 · 3 comments
Open
Labels
help wanted Extra attention is needed question Further information is requested
Milestone

Comments

@benoit74
Copy link
Collaborator

benoit74 commented Sep 1, 2023

Currently, the README states that:

Currently this scraper only supports Javascript challenges.

However, it is a bit unclear what Javascript challenges are exactly.

Is it only courses under the javascript-algorithms-and-data-structures superBlock?

If yes, is there any reason not to include es6 in the sample commands?

And finally, regarding these sample commands, what is the logic around course order in the CSV? Is it based only on personal taste?

@rgaudin @mdp your help is more than welcomed 😃

@benoit74 benoit74 added help wanted Extra attention is needed question Further information is requested labels Sep 1, 2023
@rgaudin
Copy link
Member

rgaudin commented Sep 1, 2023

It's based on the kind of course ; those JS course have this tester that has been implemented while other languages use videos for instance. I think you'll have to check to es6 and it's possible there are some compatible courses here and there.

As for the list in the README (CSV???) I believe that's the order from the folder listing. Not sure though

@benoit74
Copy link
Collaborator Author

benoit74 commented Sep 1, 2023

How do I find what is the kind of a course? is it linked to the challengeType property?

@benoit74
Copy link
Collaborator Author

benoit74 commented Sep 1, 2023

The CSV = the Comma Separated Value (i.e. the --course parameter which is comma separated)

@benoit74 benoit74 added this to the 1.2.0 milestone Sep 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants