This web scraper is for the ITC Datamining Project (https://www.itc.tech/) Its intention is to scrap the tripadvisor web to find restaurants.
python3 main.py {URL} --pages={NUMBER_OF_PAGES}
URL: https://www.tripadvisor.com/Restaurants-g293984-Tel_Aviv_Tel_Aviv_District.html
python3 main.py https://www.tripadvisor.com/Restaurants-g293984-Tel_Aviv_Tel_Aviv_District.html --pages=1
The database schema is tripAdvisorScrapper.sql
Please create file /config.json
accordingly to your parameters.
{
"db": {
"host": "localhost",
"user": "root",
"password": "",
"database": "tripAdvisorScrapper"
},
"geo_location_key": "YOUR_KEY"
}
- Maximiliano Ozernickz @maxiozer
- Matias Goldman @MatiGoldman