3 releases
0.1.2 | Jul 7, 2023 |
---|---|
0.1.1 | Jul 7, 2023 |
0.1.0 | Jul 6, 2023 |
#8 in #instagram
37 downloads per month
13KB
310 lines
Instagram Threads API
Unofficial, Reverse-Engineered Rust client for Instagram's Threads.
Usage
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?;
📌 Roadmap
- Get user profile
- Get user posts
- Get user replies
- Get post replies
- Get post likes
- Authentication
- Post a thread
- Post a reply
- Update profile details
- Follow a user
- Unfollow a user
License
This project is open-sourced under the MIT license. See the License file for more information.
Dependencies
~4–16MB
~225K SLoC