Scrapy is a python module for web scraping. If you want to scrape data in the websites in a automated way then this is one of the best option available in the techno-space. writing a python script with scrapy will create a crawler and it will scrape the data from the web sites that you intended to scrap.
Here i am listing few interesting links for setting and using the python scrapy !!
Here i am listing few interesting links for setting and using the python scrapy !!
- This is one of the starting place for scrapy, which explains the setup and usage - Check here
- This is another wonderful article on scrapy !! Explains better - See here
- Most probably you will get confused with xPath selection, If you want to look into it in detail then Check this and this
No comments:
Post a Comment