The script uses a Google Maps API to download photos of places in the area specified by coordinates and search radius. Results may be found in folder with coordinates. The script saves no more than 10 photos for each place.
git clone https://github.com/Beadyhx/going_places
python -m pip install wget requests
Add your Google Maps API key to the config.py file
apikey = 'YOUR_API_KEY_HERE'
Run going_places.py with your Python version
python going_places.py
MIT © going_places