#I'm trying to grab comments off an instagram media post

1 messages ยท Page 1 of 1 (latest)

tall terrace
#

Could anybody start me in the right direction for doing something like this? I've looked into a few different libraries but they seem extremely outdated, there are also a few programs in python that already do this but I want to create it myself.

I'm hoping the program will essentially keep reloading the same instagram post and adding the commenters usernames to a Set

Thanks for reading ๐Ÿ˜„

(Also without accessing their API as they denied me access for some reason)

vernal cedarBOT
#

<@&987246554085740594> please have a look, thanks.

#

Here is an AI assisted attempt to answer your question ๐Ÿค–. Maybe it helps! In any case, a human is on the way ๐Ÿ‘. To continue talking to the AI, you can use </chatgpt:1108714622413963314>.

#
TJ-Bot
Could anybody start me in the right direction for doing something like this? I've looked into a few different libraries but they seem extremely outdated, there are also a few programs in python that already do this but I want to create it myself. I'm hopi

complex for what I'm trying to do.

You can use the Instagram API to fetch comments from a media post.
Here are some steps to get you started:

  1. Obtain an access token from Instagram by creating a developer account and registering your application.
  2. Use a library like RestTemplate or Retrofit to make HTTP requests to the Instagram API endpoints.
  3. Authenticate your requests using the access token you obtained in step 1.
  4. Use the appropriate endpoint to fetch comments for a specific media post.
  5. Parse the JSON response to extract the comments data.

If you find existing libraries too complex, you can also try making HTTP requests manually using HttpURLConnection in Java.

Keep in mind that accessing user data through APIs may require permissions and compliance with Instagram's API Terms of Use.

Feel free to ask for more specific help or clarification on any step of the process!

limpid plank
#

Instagram scraping is against their rules, and thus ours @tall terrace .