Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/antonreshetov/insta-scraper
Promise-based javascript instagram scraper on client
https://github.com/antonreshetov/insta-scraper
insta instagram scraper scraping
Last synced: 26 days ago
JSON representation
Promise-based javascript instagram scraper on client
- Host: GitHub
- URL: https://github.com/antonreshetov/insta-scraper
- Owner: antonreshetov
- Created: 2017-03-05T16:57:43.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-17T20:44:50.000Z (over 6 years ago)
- Last Synced: 2024-11-09T08:43:15.270Z (3 months ago)
- Topics: insta, instagram, scraper, scraping
- Language: JavaScript
- Homepage:
- Size: 3.91 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Promise-based javascript instagram scraper on client
> Previously, the script was based on YQL, but Yahoo stopped supporting the HTML library.
Now instagram scraper based on [allorigins.me](http://allorigins.me/).
Allorigins make cross-domain AJAX requests.
## Usage
```javascript
/**
* @param {string} username - instagram username
* @param {string} thumbnails - thumbnails (thumbnail_src, display_src)
* @returns {Promise} - array of images
*/
instaScraper( username[, thumbnails])
```## License
MIT © 2017-present [Anton Reshetov](http://antonreshetov.com)