Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 673 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 673 Bytes

Going_Places

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.

Installation

Cloning a repository

git clone https://github.com/Beadyhx/going_places
python -m pip install wget requests

Usage

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

License

MIT © going_places