Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eronana/codeforcescrawler
A python script to crawl problems in Codeforces
https://github.com/eronana/codeforcescrawler
Last synced: 10 days ago
JSON representation
A python script to crawl problems in Codeforces
- Host: GitHub
- URL: https://github.com/eronana/codeforcescrawler
- Owner: Eronana
- Created: 2015-05-02T03:19:04.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-01-31T02:46:39.000Z (almost 6 years ago)
- Last Synced: 2024-10-20T14:28:30.464Z (18 days ago)
- Language: CSS
- Homepage:
- Size: 109 KB
- Stars: 18
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CodeforcesCrawler
A python script to crawl problems in [Codeforces](http://codeforces.com/)
## How to use
Install wkhtmltopdf
```bash
#Just for Mac users
$ brew cask install wkhtmltopdf
```
Crawl problems and Convert to pdf
```python
python crawl_html.py 1 123 555
#crawl problem from 1 to 123 by 555 threads
```
Now,problems in ./pdf already