Let's Play with Scrapy !
- MySQL
- Python 3.x
mysql < mysql_schema.sql
./run_spider.sh
you can also run some spiders with following command:
./run_spider.sh [spider1] [spider2] ...
- goodreads_quotes: spider for crawling quotes from goodreads.com.
- brainyquote: spider for crawling quotes from brainyquote.com.
- Fix brainyquote spider 403 error.
- Add likes to goodreads_quotes spider and database schema.
ps:
# '169019 likes'
likes = quote.css('div.quoteFooter div.right a::text').extract_first()