EasyInsta icon indicating copy to clipboard operation
EasyInsta copied to clipboard

A Java library of Instagram's private API and wrapper of instagram4j. Surf Instagram programmatically, build bots, and a lot more. Just a line of code for every operation.

Results 6 EasyInsta issues
Sort by recently updated
recently updated
newest added

### Discussed in https://github.com/ErrorxCode/EasyInsta/discussions/40 Originally posted by **ErrorxCode** April 5, 2024 Here, you can talk about anything related to the project. You can ask questions, make announcements, raise queries, highlight...

bug

# [JxInsta](https://github.com/ErrorxCode/JxInsta) A java library of Instagram private web API (*may include mobile API in future*). This library is built as a replacement for **instagram4j** since it was too old...

enhancement
good first issue

I see that there is .feed().post() method, but it only gets one file, and I need to create post with multiple photos. Is there any way to do it?

enhancement

If the client does not have internet connection then you might get `Unknown error required` error message. I will make it more clear in the next release. For now, please...

enhancement
good first issue

When the library could not find profile data using the `Public` API. Then you will face this kind of exception. Most probably the reason is that the **Account has been...

bug

If the username doesn't belongs to an account, you will get the unknown error occurred error message. Just wrap and show appropriate message to the user manually.

bug