- Install MySQL database
- Get Facebook Graph API key
- Get Google API key
0.1.0
Populate Facebook Shops
- fb_searcher.py
- fb_fetcher.py
- geo_walker.py
Match Google Shops
- gg_matcher.py
- gg_fetcher.py
# First time populate data
# Populate geo loctions to scan
python geo_walker.py -e prod
# Scan fb shops by geo locations
python fb_searcher.py -e prod
BSD License