Package | Description |
---|---|
arabi.tools.social.analysis | |
arabi.tools.social.instagram | |
arabi.tools.social.instagram.comments |
Modifier and Type | Method and Description |
---|---|
InstagramPosts |
InstagramGeneralAnalysis.LessNormalPostBasedOnInteractions() |
InstagramPosts |
InstagramGeneralAnalysis.LessVideoPostBasedOnInteractions() |
InstagramPosts |
InstagramGeneralAnalysis.PostWithMaxComments() |
InstagramPosts |
InstagramGeneralAnalysis.PostWithMaxLikes() |
InstagramPosts |
InstagramGeneralAnalysis.PostWithMinComments() |
InstagramPosts |
InstagramGeneralAnalysis.PostWithMinLikes() |
InstagramPosts |
InstagramGeneralAnalysis.TopNormalPostBasedOnInteractions() |
InstagramPosts |
InstagramGeneralAnalysis.TopVideoPostBasedOnInteractions() |
InstagramPosts |
InstagramGeneralAnalysis.VideoWithMaxViews() |
InstagramPosts |
InstagramGeneralAnalysis.VideoWithMinViews() |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<InstagramPosts> |
InstagramGeneralAnalysis.getPosts() |
java.util.Map<InstagramPosts,java.lang.Integer> |
InstagramGeneralAnalysis.GetVideosInteractionList() |
Modifier and Type | Method and Description |
---|---|
static org.json.JSONObject |
InstagramGeneralAnalysisJSON.convertInstagramPostsToJSON(InstagramPosts ps) |
static org.json.JSONObject |
InstagramMultiPagesVideoListsJSON.convertInstagramPostsToJSON(InstagramPosts ps,
int value) |
Modifier and Type | Method and Description |
---|---|
org.json.JSONObject |
InstagramGeneralAnalysisJSON.buildJSONReport(java.util.ArrayList<InstagramPosts> posts) |
org.json.JSONObject |
InstagramMultiPagesVideoListsJSON.buildJSONVideoReport(java.util.Map<InstagramPosts,java.lang.Integer> map) |
void |
InstagramGeneralAnalysis.setPosts(java.util.ArrayList<InstagramPosts> posts) |
Constructor and Description |
---|
InstagramGeneralAnalysis(java.util.ArrayList<InstagramPosts> posts) |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<InstagramPosts> |
InstagramPostsExtractor.CollectPostsFromUser(java.lang.String user,
boolean debug) |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<InstagramPosts> |
InstagramCommentsExtractor.CollectCommentsFromPost(java.lang.String user,
boolean debug,
java.lang.String shortcode) |