Unofficial, Reverse-Engineered Rust client for Instagram's Threads.
```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?; ```
This project is open-sourced under the MIT license. See the License file for more information.