-
Notifications
You must be signed in to change notification settings - Fork 8
Home
Rahil edited this page Apr 14, 2026
·
6 revisions
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.
- 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.
- Fetch and display user profiles.
- Follow/unfollow accounts.
- Explore posts, followers, and followings with paginators.
- Access stories and highlights easily.
- 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.
- 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.
- Access public post info without logging in.
- Fetch profile info and public posts.
- Search hashtags with HashtagPaginator.
- Great for lightweight, read‑only data exploration.
- Simple: Minimal, runnable examples.
- Powerful: Covers posts, profiles, DMs, stories, and more.
- Flexible: Works across mobile and web modules.