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
- Host: GitHub
- URL: https://github.com/blainerothrock/insta-search
- Owner: blainerothrock
- License: mit
- Created: 2017-12-17T03:49:43.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-21T05:07:08.000Z (over 8 years ago)
- Last Synced: 2025-02-08T18:30:48.196Z (over 1 year ago)
- Language: Swift
- Size: 96.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```