This is a guide for setting up the Columbia Confessions scraper
- Clone the repository and move into it:
$ git clone git@github.com:NewsroomDevelopment/columbia-confessions-scraping.git
$ cd columbia-confessions-scraping
-
If you're using Python: Run
pipenv installto install the necessary packages. Runpipenv shellto launch the virtual environment and get access to those packages. If you do not havepipenvdopip install pipenv. If you do not havepiplook it up. -
In the shell, run do
python -m ipykernel install --user --name=confessions -
Open up jupyter notebook and change the kernel by going to kernel -> change kernel -> confessions.
Open up jupyter notebook and test out the scrapers!