Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 442 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 442 Bytes

event-web-crawler

Repository of organized Event Web Crawling in the area of Heidelberg and Rhein-Neckar.

Installation

virtualenv

virtualenv env (env -> your choosen folder name for environment path)

Activate virtualenv

source env/bin/activate or use . env/bin/activate

Install Packages

pip install requests
pip install bs4
pip install simplejson

Then you can run the DAI calendar scraper:

cd calendars

python dai.py