get-from-username

This package gets to you the followers count, follows count, post count and all posts (with comments, like count, shortcode) on Instagram of the username you specify.

Usage no npm install needed!

<script type="module">
  import getFromUsername from 'https://cdn.skypack.dev/get-from-username';
</script>

README

Hi! Welcome to Home Page. 👋

This package gets to you the followers count, follows count, post count and las 12 posts (with comments, like count, shortcode) on Instagram of the username you specify.

Simple Instance

const $ = require('get-instagram-user');
$.get_count('thiskyhan').then(console.log); // -> { followers: '44', following: '34', postCount: '0' }
$.get_posts('thiskyhan').then(console.log); // -> [] (this account is private)
$.get_posts('cristiano').then(console.log); // -> [{ ... }, { ... }, ...]

News

  • You can now get last 12 posts from Username.

Todo

  • Tracking posts from username for Discord.js bots.

Contact

Discord Badge
Discord Badge