https://github.com/shreyansh26/geophotos
A location based photo searcher using Instagram API
https://github.com/shreyansh26/geophotos
django google-maps-api instagram-api
Last synced: about 2 months ago
JSON representation
A location based photo searcher using Instagram API
- Host: GitHub
- URL: https://github.com/shreyansh26/geophotos
- Owner: shreyansh26
- License: mit
- Created: 2017-07-03T19:11:55.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-04T07:36:36.000Z (over 8 years ago)
- Last Synced: 2025-10-09T05:05:35.858Z (about 2 months ago)
- Topics: django, google-maps-api, instagram-api
- Language: Python
- Homepage:
- Size: 12.7 KB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
GeoPhotos
=========
A location based photo searching app. It uses the Google Maps API to get latitude and longitude of a place.
For finding images it uses the Instagram API.
## Dependencies
1. Django 1.10.6
2. `requests` module [Requests](http://docs.python-requests.org/en/master/ "Requests")
## Usage
1. `cd` to the root of the project
2. Run the following in the terminal
```python manage.py runserver```
3. Head to [localhost](http://localhost:8000 "localhost")