2015-04-22 18:32:40 +03:00
2015-04-22 18:24:28 +03:00
2015-04-22 18:24:28 +03:00
2015-04-22 18:24:28 +03:00
2015-04-22 18:07:13 +03:00
2015-04-22 18:32:40 +03:00
2015-04-22 18:24:28 +03:00

Project Euler Crawler

It is a very simple crawler for Project Euler. It collects only conditions of problems and their numbers.

Crawled data stored in output dir.

Dependencies

Requires only scrapy.

Using

If you want recrawl data you need type:

scrapy crawl euler -o PATH_TO_FILE.csv

or

scrapy crawl euler -o PATH_TO_FILE.xml
Description
Simple crawler based on a scrapy for Project Euler
Readme Apache-2.0 294 KiB
Languages
Python 100%