A Crawler project because I'm damn boring.
Obviously you need Python.
Install scrapy and scrapyrt
pip install scrapypip install scrapyrtRun scrapyrt
scrapyrt -p 3000
Make request
http://localhost:3000/crawl.json?start_requests=true&spider_name=ozb
Or do it in a cool way
docker-compose up
Make a request
http://localhost:9080/crawl.json?start_requests=true&spider_name=ozb
Nothing to see here