Project created with focus on help to find the best place to live without have to do a bunch of clicks.
⭐ Star us on GitHub — it motivates us a lot!
This is a Python project focus on get public data from internet, using scraper as a main technologies implemented.
The project WMH-Scraper is a Python program, and for the logic needs the selenium library, and a navigator driver in these case is used Google Chrome WebDriver.
For the installation, the easiest mode is using the docker technologies. Just follow the steps:
# Clone this repository
$ git clone https://github.com/rafaelandrade/wmh-scraper
# Access the project folder in the terminal/cmd
$ cd wmh-scraper
# Remember to clone the .env.example file to an .env file and fill the file.
# Starting building the docker container
$ docker-compose up
# To turn down the docker container
$ docker-compose down
To execute the test is simple, have to options:
- Run
pyteston terminal. Only remember to be in the root of the project. - Or execute the follow code on terminal:
./scripts/run_tests.shIf you want to say thank you or/and support active development of WMH.
- Add a GitHub 🌟 to the project.
- Tweet and comment about project.
- Give was a coffee, if you like too.
Would you like to contribute to this project? CONTRIBUTING.md has all the details on how to do that.
WMH-Scraper is licensed under the terms of the GPL Open Source license and is available for free.
