1.0.0 • Published 10 months ago

unofficial-threads-api v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months ago

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.

1.0.0

10 months ago