https://github.com/netzulo/househunter
Just another comparator scrapper based on Selenium to avoid website restrictions and report with filter by email
https://github.com/netzulo/househunter
Last synced: 3 days ago
JSON representation
Just another comparator scrapper based on Selenium to avoid website restrictions and report with filter by email
- Host: GitHub
- URL: https://github.com/netzulo/househunter
- Owner: netzulo
- License: gpl-3.0
- Created: 2018-09-13T14:32:33.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-11-26T12:54:26.000Z (over 7 years ago)
- Last Synced: 2025-02-19T12:59:58.123Z (over 1 year ago)
- Language: Python
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# QA Idealista Bot
Just another comparator scrapper based on Selenium to avoid website restrictions and report with filter by email
### Prerrequisites
1. Create new virtual environment to ensure it's working : ```mkvirtualenv -p $(which python3) househunter```
2. Install dependencies : ```pip install qacode```
3. Copy and configure your settings : ```cp settings.example.json settings.json``` *(you will need and SMTP server or Gmail account ready to send emails)*
### Configure
1. Modify GMAIL auth and search url at **settings.json** to ensure your bot is working
2. Modify **idealista.py** search url
## Start
* Launch **bot** : ```python idealista.py```