this post was submitted on 01 Jul 2023
14 points (100.0% liked)

Privacy

31238 readers
760 users here now

A place to discuss privacy and freedom in the digital world.

Privacy has become a very important issue in modern society, with companies and governments constantly abusing their power, more and more people are waking up to the importance of digital privacy.

In this community everyone is welcome to post links and discuss topics related to privacy.

Some Rules

Related communities

Chat rooms

much thanks to @gary_host_laptop for the logo design :)

founded 4 years ago
MODERATORS
 

We all know the record of bad practices that Meta has done against user's privacy. Regardless of that, Instagram still is one of the largest social media in the world. This makes it imposible to not have to check Instagram sometimes, but it can be hard to use Instagram when the website is filled with sign-up banners everywhere, is tracking all your activity and wants you to install the official app. This is where Proxigram comes in.

There are other Instagram viewers out there, but some of them can be a little tricky to use since most of them have ads, need JavaScript or are full of captchas and trackers. Proxigram does the job for you and goes to these services, parses the data, and gives it back to you.

Using an instance of Proxigram, you can browse Instagram without JavaScript while retaining your privacy with all the requests going through the server. The client never talks to Instagram or other service providers (unless it is specified).

Screenshot

Features

  • See user profile and feed
  • See individual post by shortcode
  • See tags
  • RSS feed
    • /{username}/rss -> Posts
  • API
    • /api/{username} -> profile info
    • /api/{username}/posts -> profile feed
      • query:
        • cursor: {postId}_{userId}
    • /api/p/{shortcode} -> post
    • /api/p/{shortcode}/comments -> post's comments
    • /api/tag/{tag} -> tag posts

We plan to add more features like ~~RSS~~, stories and more, stay tune! At the moment, there is not a official instance, but you can follow the README.md in the repository to run one or use one in the wiki page of public instances.

CHANGELOG:

  • RSS feed has been added as new feature
  • Fix misspelings
  • Add wiki page of instances
you are viewing a single comment's thread
view the rest of the comments

So this'll make use of other Instagram viewers instead of directly going to Instagram itself?