A simple python scraper used to gather data from CSD AUTh courses.
- Create a virtual environment in miniconda with
conda create -n [ENVNAME] python=3.7
- Activate using
conda activate [ENVNAME]
- Install scrapy in your new environment with
conda install -c conda-forge scrapy
- Run using
scrapy crawl courses