| Crates.io | threads-api |
| lib.rs | threads-api |
| version | 0.1.2 |
| created_at | 2023-07-06 17:32:56.381645+00 |
| updated_at | 2023-07-07 02:09:46.879247+00 |
| description | Reverse engineered API client for Instagram's Threads app. |
| homepage | |
| repository | https://github.com/m1guelpf/threads-api |
| max_upload_size | |
| id | 910141 |
| size | 13,375 |
Unofficial, Reverse-Engineered Rust client for Instagram's Threads.
use threads_api::Threads;
let client = Threads::new();
let user = client.profile(user_id).await?;
let posts = client.posts(user_id).await?;
let posts = client.replies(user_id).await?;
This project is open-sourced under the MIT license. See the License file for more information.