This repo holds a small script that scrape data off Boliga.
This is what is needed to get this runnign.
Install pip for python.
-
Install virtualenv for python
pip install virtualenv
-
Clone this project.
git clone https://github.com/kaaquist/BoligaBeautifulsoup.git
-
Create an virtual environment in the cloned directory.
virtualenv BoligaBeautifulsoup/venv
cd BoligaBeautifulsoup
-
Start the virtual environment.
source bin/activate
- you should see your prompt change to have this in front: (BoligaBeautifulsoup).
-
Install requirements for the project to work.
pip install -r requirements.txt
-
You should now be up and running.
python main.py