Show HN: Trip Planner – A tool for planning a trip itinerary using Google Maps
1–10 of 31 posts
Re: Show HN: Trip Planner – A tool for planning a trip itinerary using Google Maps
#2File "fetch.py", line 25 place_raw = requests.get(f'https://maps.googleapis.com/maps/api/place/details/json?plac...) ^ SyntaxError: invalid syntax
Re: Show HN: Trip Planner – A tool for planning a trip itinerary using Google Maps
#3I got this error when running it : File "fetch.py", line 25 place_raw = requests.get(f' https://maps.googleapis.com/maps/api/place/details/json?plac... ) ^ SyntaxError: invalid syntax
Re: Show HN: Trip Planner – A tool for planning a trip itinerary using Google Maps
#4Re: Show HN: Trip Planner – A tool for planning a trip itinerary using Google Maps
#5Why a CLI tool instead of a GUI? This sort of thing seems like a poor use-case for a CLI experience.
Re: Show HN: Trip Planner – A tool for planning a trip itinerary using Google Maps
#6> This tool filters Google Maps places based on an input query and exports them to a CSV file.
Re: Show HN: Trip Planner – A tool for planning a trip itinerary using Google Maps
#7I got this error when running it : File "fetch.py", line 25 place_raw = requests.get(f' https://maps.googleapis.com/maps/api/place/details/json?plac... ) ^ SyntaxError: invalid syntax
Re: Show HN: Trip Planner – A tool for planning a trip itinerary using Google Maps
#8Re: Show HN: Trip Planner – A tool for planning a trip itinerary using Google Maps
#9Earlier quoted context omitted.
Probably because the author wrote this for themselves and did not need a UI, but then thought that sharing it would be cool.
Why wouldn't you need a UI? What makes a UI too bloated?
Re: Show HN: Trip Planner – A tool for planning a trip itinerary using Google Maps
#10I got this error when running it : File "fetch.py", line 25 place_raw = requests.get(f' https://maps.googleapis.com/maps/api/place/details/json?plac... ) ^ SyntaxError: invalid syntax
What version of python are you using?
ModuleNotFoundError: No module named 'wikipedia'
(I installed requirements)