remerjohnson / hlhw-scrapy-spider

A Scrapy spider that will grab relevant text from the HLHW Events page

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HLHW Scrapy Spider

This is a spider/crawler, created using the python tool Scrapy.

The actual spider is located in /hlhw/hlhw/spiders/hlhw_events.py

The spider can be run with the command (and output as .csv):

$ scrapy crawl events -o data.csv

About

A Scrapy spider that will grab relevant text from the HLHW Events page


Languages

Language:Python 58.7%Language:Jupyter Notebook 41.3%