0.5.0 • Published 2 years ago

follower-count v0.5.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

💛 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

0.5.0

2 years ago

0.4.2

2 years ago

0.4.1

2 years ago

0.4.0

2 years ago

0.3.0

2 years ago

0.2.3

2 years ago

0.2.2

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago