Skip to content

kaaquist/BoligaBeautifulsoup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Boliga - beautifulsoup4 example

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
    • 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages