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
- Host: GitHub
- URL: https://github.com/squallstar/instalike
- Owner: squallstar
- Created: 2016-01-19T14:58:14.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-11T17:29:39.000Z (over 10 years ago)
- Last Synced: 2025-08-21T01:25:09.871Z (10 months ago)
- Language: JavaScript
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.

## 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)