Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 894 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 894 Bytes

beautifulsoup

Test beautifulsoup4 with Python

This repo holds a small script that scrape data off Boliga.

This is what is needed to get this runnign.

Install pip for python.

  1. Install virtualenv for python

    • pip install virtualenv
  2. Clone this project.

    • git clone https://github.com/kaaquist/BoligaBeautifulsoup.git
  3. Create an virtual environment in the cloned directory.

    • virtualenv BoligaBeautifulsoup/venv
    • cd BoligaBeautifulsoup
  4. Start the virtual environment.

    • source bin/activate
    • you should see your prompt change to have this in front: (BoligaBeautifulsoup).
  5. Install requirements for the project to work.

    • pip install -r requirements.txt
  6. You should now be up and running.

    • python main.py