Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)