Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/inDream/oh-my-ig

Provide what you expected from Instagram.
https://github.com/inDream/oh-my-ig

chrome-extension instagram javascript

Last synced: about 2 months ago
JSON representation

Provide what you expected from Instagram.

Awesome Lists containing this project

README

        

# Oh My IG
Provide what you expected from Instagram.

## Features
- Auto sync feeds
- Display feeds
- Auto reload & Pagination
- Support multiple photos / videos
- Customize display layout
- Show photos & videos in lightbox
- Sort by date, likes and comments
- Search & Filter feeds
- Notification about new feeds
- Planned:
- View & create comments
- Grouping users
- Theme
- Multi account
- Export photos & videos from profile
- Detect removed posts

## Develop Guide
```
# Install `gulp` and `bower`:
npm install -g gulp bower

# Install dependencies:
npm install && bower install

# Watch changes and update source:
gulp watch

# Build prodution version:
gulp build
```

## Credit
- https://github.com/yeoman/generator-chrome-extension

## License
[MIT license](LICENSE.md)