Build a tool to query Google Maps API for local restaurants and output the results to CSV
pip install -r requirements.txt
python main.py
python main.py [apify_key] [search] [max_results] --ignore--gooey
Build a tool to query Google Maps API for local restaurants and output the results to TSV
PythonMIT