Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 26 days ago
JSON representation
Provide what you expected from Instagram.
- Host: GitHub
- URL: https://github.com/indream/oh-my-ig
- Owner: inDream
- License: mit
- Created: 2016-06-08T22:01:00.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-04-22T00:37:47.000Z (over 3 years ago)
- Last Synced: 2024-11-10T12:43:01.042Z (about 1 month ago)
- Topics: chrome-extension, instagram, javascript
- Language: JavaScript
- Homepage: https://chrome.google.com/webstore/detail/glmlgaadcaohdmmpkkllhdkpjbeibond
- Size: 125 KB
- Stars: 22
- Watchers: 10
- Forks: 6
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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)