diff --git a/Home.md b/Home.md index 7610547..29821e3 100644 --- a/Home.md +++ b/Home.md @@ -13,7 +13,6 @@ If you're new to Scrapy, start by reading [Scrapy at a glance](http://doc.scrapy These are guides contributed by the Scrapy community. If you know of any guide not included here please feel free to add it. -* [Scaling Scrapy crawlers](http://blog.gregorybegelman.com/crawling-the-web-with-scrapy/) * [Building a web crawler with Scrapy](http://blog.siliconstraits.vn/building-web-crawler-scrapy/) * [Scrapy after the tutorials](http://bgrva.github.io/blog/2014/03/04/scrapy-after-tutorials-part-1/) * [How to do basic web scraping using Scrapy on a Windows Azure virtual machine](http://sertacozercan.com/2013/08/how-to-do-basic-web-scraping-using-scrapy-on-windows-azure/) @@ -32,12 +31,9 @@ These are guides contributed by the Scrapy community. If you know of any guide n * [Scrapy and Django](http://blog.just2us.com/2012/07/setting-up-django-with-scrapy/) (3) * [Scraping Google Scholar with Scrapy and MongoDB](http://pyinsci.blogspot.com/2011/10/scrapy-google-scholar-and-mongodb.html) * [Recursively scraping a blog with Scrapy](http://milinda.svbtle.com/recursively-scraping-a-blog-with-scrapy) -* Scraping civic data with Scrapy: [part 1](http://blog.syslogd.net/2011/11/24/civic-hacking-with-python-part-1/), [part 2](http://blog.syslogd.net/2011/11/24/civic-hacking-with-python-part-2/) -* [Gathering data with the Scrapy framework](http://www.pixelmender.com/2010/10/12/scraping-data-using-scrapy-framework/) * [Setup Macports Python and Scrapy successfully](http://owenmundy.com/blog/2010/09/setup-macports-python-and-scrapy-successfully/) * [Crawl a website with Scrapy](http://isbullsh.it/2012/04/Web-crawling-with-scrapy/) * [How to use Scrapy with TOR](https://groups.google.com/forum/#!msg/scrapy-users/WqMLnKbA43I/B3N1ysvoy-4J) (scrapy-users message) -* [Article (german): How to create XPATH expressions visually in your browser and scrape content from wikipedia](http://www.suchkultur.de/blog/suchmaschinen/crawler/web-scraping-mit-dem-scrapy-framework/) * [Convert relative paths to absolute paths](http://stackoverflow.com/questions/6499603/python-scrapy-convert-relative-paths-to-absolute-paths) * [How to use Scrapy, Tor with multiple user agents](http://pkmishra.github.io/blog/2013/03/18/how-to-run-scrapy-with-TOR-and-multiple-browser-agents-part-1-mac/) * [(Russian, 2011) Собираем данные с помощью Scrapy](http://habrahabr.ru/post/115710/)