Skip to content

m1guelpf/threads-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instagram Threads API

Crates.io Docs.rs MIT licensed

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.

About

Reverse-engineered Rust client for Instagram's Threads app.

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Languages