An open API service indexing awesome lists of open source software.

https://github.com/blainerothrock/insta-search

a simple application to search instagram tags
https://github.com/blainerothrock/insta-search

Last synced: about 1 year ago
JSON representation

a simple application to search instagram tags

Awesome Lists containing this project

README

          

# instatag
a simple application to search instagram tags

### to run server (required for iOS callback from Instagram):
```shell
cd server
pip install virtualenv
source env/bin/activate
pip install -r requirements.txt
python app.py
```