chore: add initial scrapy code

This commit is contained in:
2022-06-22 20:39:31 +01:00
parent 5d0c7b19fa
commit e49fa7a346
11 changed files with 1612 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
# Automatically created by: scrapy startproject
#
# For more information about the [deploy] section see:
# https://scrapyd.readthedocs.io/en/latest/deploy.html
[settings]
default = wikipedia_country_scraper.settings
shell = ipython
[deploy]
#url = http://localhost:6800/
project = wikipedia_country_scraper