Hackerrank-Solution-Crawler icon indicating copy to clipboard operation
Hackerrank-Solution-Crawler copied to clipboard

🐍 Crawls solutions of hackerrank and stores as local files.

Results 5 Hackerrank-Solution-Crawler issues
Sort by recently updated
recently updated
newest added

Bumps [requests](https://github.com/psf/requests) from 2.22.0 to 2.31.0. Release notes Sourced from requests's releases. v2.31.0 2.31.0 (2023-05-22) Security Versions of Requests between v2.3.0 and v2.30.0 are vulnerable to potential forwarding of Proxy-Authorization...

dependencies

Can we switch from travis to github actions instead ? Pros- 1. no need to maintain seperate service 2. automated deployments is easy 3. currently we use travis only for...

question

I think we should separate input logic from crawler (in a different PR) or else it will become messy with time. _Originally posted by @rishabhsingh971 in https://github.com/Nullifiers/Hackerrank-Solution-Crawler/pull/32_

refractoring

> should we store some cookie instead ? storing cookie is a good idea we can also can cache the entire session. For that we can either manually pickle session...

enhancement

Increase code coverage by creating more unit tests and integration tests.

enhancement