In this part of the Python Scrapy Beginners Series we look at how to save data you have scraped into:
A MySQL Database
A Postgres Database
JSON, CSV, XML files
Amazon S3 buckets
Useful links:
The code to follow along on github: https://github.com/ScrapeOps/python-s...
The article to follow along and see the code snipets: https://thepythonscrapyplaybook.com/s...
00:00 - Intro
00:32 - Scraping to a XML file using scrapy feed exporters
03:52 - Scraping to an Amazon S3 bucket
06:48 - Saving scraped data to a MySQL database
17:00 - Saving scraped data to a Postgres database
21:05 - Outro, part 4 explainer