Scraping Amrabondhu blog
Here I have scraped the blog contents from the website Amrabondhu using scrapy.
It includes:
- ID (just to number the contents)
- Title
- Author
- Text i.e the whole article
- URL of the page
- Published date of the article
- Accessed time
Also it will save all the html pages and will parse all the next pages.
Requirements:
These are just my requirements to write and run the script.