Instagram Threads API

Crates.io Docs.rs MIT licensed

Unofficial, Reverse-Engineered Rust client for Instagram's Threads.

Usage

```rust use threads_api::Threads;

let client = Threads::new();

let user = client.profile(userid).await?; let posts = client.posts(userid).await?; let posts = client.replies(user_id).await?; ```

📌 Roadmap

License

This project is open-sourced under the MIT license. See the License file for more information.