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

https://github.com/squallstar/instalike

Meteor webapp to fetch and like Instagram pics
https://github.com/squallstar/instalike

Last synced: about 1 month ago
JSON representation

Meteor webapp to fetch and like Instagram pics

Awesome Lists containing this project

README

          

# Instalike

Simple *Meteor-powered* webapp to search for Instagram pics by hashtag and min/max likes, then like all of them by pressing one button.

![Preview](https://cloud.githubusercontent.com/assets/574210/12422147/55375768-bebd-11e5-9706-61f90c0d807d.png)

## Notes

1) Due to rate limit on the Instagram APIs, you can only like up to 30 pics per hour.
2) If your client is in Sandbox mode, the generated access tokens will not be able to access public content.

## Run

1. Copy `settings.example.json` to `settings.json` and replace keys with your Instagram client keys. You can obtain yours here https://www.instagram.com/developer/clients/manage/

2. Run meteor

```
meteor --settings settings.json
```

and open [http://localhost:3000](http://localhost:3000)