follower-count
TypeScript icon, indicating that this package has built-in type declarations

0.5.0 • Public • Published

💛 You can help the author become a full-time open-source maintainer by sponsoring him on GitHub.


follower-count

npm version npm downloads

Install

npm i follower-count

Example

// Twitter:
import { getBrowserContext, destroyBrowser } from "follower-count"
await getFollowerCount({
  type: "twitter",
  username: "cristiano",
})
await destroyBrowser()

// Instagram:
import { getFollowerCount, getIgSessionIg } from "follower-count"
await getFollowerCount({
  type: "instagram",
  username: "cristiano",
  sessionId: await getIgSessionIg("DUMMY_USER", "DUMMY_PASSWORD"),
})

Notes:

  • instagram requires authentication, you can create a dummy account for this

Documentation

https://paka.dev/npm/follower-count

Sponsors

sponsors

License

MIT © EGOIST

Readme

Keywords

none

Package Sidebar

Install

npm i follower-count

Weekly Downloads

74

Version

0.5.0

License

MIT

Unpacked Size

475 kB

Total Files

8

Last publish

Collaborators

  • egoist