unofficial-threads-api
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

threads-api

This is an unofficial API for Instagram's new Threads app.

Usage

Consider it unstable as it is reverse-engineered from Threads' Web version.

const client = new Threads();

client.user(userId).then((user) => console.log(user));
client.threads(userId).then((threads) => console.log(threads));

Check src/types.ts for User and Threads types.

Readme

Keywords

Package Sidebar

Install

npm i unofficial-threads-api

Weekly Downloads

2

Version

1.0.0

License

MIT

Unpacked Size

10.2 kB

Total Files

11

Last publish

Collaborators

  • yssf_io