dvatvani / dvatvani.github.io

20 stars 9 forks source link

BoardGameGeek Scrapy #3

Open ksnyder1986 opened 5 years ago

ksnyder1986 commented 5 years ago

@dvatvani - I'm trying to use the scrapy tool for the first time when trying to get data from boardgamegeek like you did.

Even after installing scrapy and making sure I have beautifulsoup it does not appear to be doing anything when I run the scrapy runspider spider.py -o items.csv line. Any tips?

gargprince1702 commented 4 years ago

https://www.linode.com/docs/development/python/use-scrapy-to-extract-data-from-html-tags/