TechnionYP5779 / team1

Git repo of team 1 of the yearly project technion CS
6 stars 3 forks source link

Extract data of opening hours of Technions businesses #170

Closed ofiralexi closed 5 years ago

ofiralexi commented 5 years ago

Description: Extract the information of the opening hours of the Technion businesses into a CSV. The CSV should include: business name, working hours on Sunday, working hours on Monday, ...

I believe most of the businesses are mentioned here: http://www.asat.org.il/eng/asakim If you have information about any other business, please inform.

yoavz1997 commented 5 years ago

There are plenty more which do nit appear on that site such as thw gym and the pool. The wiki has some more links, but I'll look for more. https://github.com/TechnionYP5779/team1/wiki/Finding-DataBases

ofiralexi commented 5 years ago

If Google recognize those businesses can be done using Google API: https://developers.google.com/places/web-service/details?fbclid=IwAR2tDsPfzbP4PARTOU7jdv2R6taMr4sHUi1kw524QyQoJ42JiEYKCf4kFvM

yoavz1997 commented 5 years ago

It seems that some of the businesses have a Facebook, so Facebook Graph API can be a viable option as well

ofiralexi commented 5 years ago

brilliant! closing #79