Skip to content
Rahil edited this page Apr 14, 2026 · 6 revisions

🚀 Welcome to JxInsta Wiki

Your one‑stop guide to working with JxInsta, a Java library for Instagram automation.
This Wiki is designed to be beginner‑friendly, with concise examples, clear explanations, and easy navigation.

📚 Quick Start

  • Learn how to log in with username/password or reuse an auth token.
  • Explore your feed, fetch stories, and post pictures with just a few lines of code.
  • Perfect for first‑time users who want to get up and running fast.

👤 Profile

  • Fetch and display user profiles.
  • Follow/unfollow accounts.
  • Explore posts, followers, and followings with paginators.
  • Access stories and highlights easily.

💬 Direct Messaging

  • Fetch your inbox and read threads.
  • Send text messages and images.
  • Mark messages as seen, delete threads, and handle DM requests.
  • Everything you need to manage conversations programmatically.

📸 Posts

  • Fetch posts by URL (authenticated or public).
  • Like/unlike posts and view likers.
  • Add comments and paginate through existing ones.
  • Use PostPaginator to scroll through a user’s timeline.

🌐 Public APIs

  • Access public post info without logging in.
  • Fetch profile info and public posts.
  • Search hashtags with HashtagPaginator.
  • Great for lightweight, read‑only data exploration.

✨ Why JxInsta?

  • Simple: Minimal, runnable examples.
  • Powerful: Covers posts, profiles, DMs, stories, and more.
  • Flexible: Works across mobile and web modules.

Clone this wiki locally