Skip Navigation
Any Instagram alternative frontends?
  • I'm really late to the party, but I wanted to clarify what you experienced with the RSS feed, on why you could get old posts as new. The thing is proxigram grab the information from different sources (providers), not instagram.com directly (at least at the moment of writing this). So, let's say you are subscribing to @instagram feed, and the instance admin has set the maximum number of posts per feed, which is 12, proxigram makes a request to each of the twelve post to get the full information, so you are able to see the full content of the post directly from your reader.

    The twelve request are being made at the same time and with each request a random provider is selected to scrape the necessary data, if an error occurs while fetching a post instead of pausing the process of generating the XML file, proxigram just ignore that post an returns what it was able to get (let's say 11 out of 12). Hours later, when you refresh the feed, the post that returned an error before, it didn't this time, but since your reader didn't have the id of that post at first, it treats it as a new post.

    I could instead of this return an item saying that there was an error getting the post, and a link to the post. But since errors are pretty common, I think it would harm the experience of using RSS, but I don´t know. If people really want to add this, I could do it. What do you think?

  • Proxigram: A privacy focused and open source front-end for Instagram
  • Pixelfed is great! But as much as I like the Fediverse, not everyone is here. :(

    But I have a plan, to encourage people to use Pixelfed. Since I have to create error pages for the project, I have one in mind. When an instance gets rate limited/blocked, there will be a notice to use another instance (or create one) and a paragraph (or link) to encourage the use of Pixelfed.

    It ain't much, but is honest work (View)

  • Proxigram: A privacy focused and open source front-end for Instagram
  • This is great! You don't know how happy this makes me! For things like this is why I wanted so much to have an API instead of just generating the HTML.

    disclaimer I don’t really know what I’m doing, this is more of a yolo I wanna look into Android app development kinda thing.

    Don't worry, I don't know what I'm doing either, the thing is learn while doing it. :D

  • Proxigram: A privacy focused and open source front-end for Instagram
  • I witnessed the death of two great projects too: Bibliogram and Barinsta, I mentioned before that Bibliogram's death was the reason to create Proxigram. The way Proxigram works is that it scrapes the data off others Instagram viewers online, it has multiple providers and more will be added in the future.

    @weirdo_from_space@sh.itjust.works Asked the following:

    Comment thread (view)

    @weirdo_from_space@sh.itjust.works: So this’ll make use of other Instagram viewers instead of directly going to Instagram itself?

    @ThePenguinDev@lemmy.world: Basically, but maybe in the future Instagram support is added, just I didn’t want it to make it dependable on scraping Instagram since they are more likely to block the instance. If Instagram support is added in the future, since a random provider is selected every time, is less likely to get blocked by Instagram.

  • RSS feeds are now available on Proxigram! A privacy focused, open source front-end for Instagram.
    codeberg.org Proxigram

    A privacy focused and open source front-end for Instagram

    Proxigram

    Two weeks ago I posted about Proxigram, a new way to use Instagram while retaining your privacy https://lemmy.world/post/925726 one of the features listed to be added in the future was RSS feeds and now, it's available!

    I know most of us use RSS feeds to get updates from different sources to get the content we actually care and to have more control over what you see. This is why adding RSS feed to Proxigram was something important.

    When using Proxigram to get the feed of an account you will be able to see the content inside the post and not just the cover of the post.

    To get the feed of a profile, just add /rss at the end:

    • /{username}/rss

    This feed is for posts only at the moment, one of the features that are planned to be added to Proxigram are stories, when stories are ready to use, it will have a RSS feed too!

    Something like:

    • /{username}/stories/rss
    • /{username}/rss?stories=1

    That being said, at the moment there is not a public instance of the project, so you will only able to use it by self-hosting the project by manual installation, I know, but this will change since adding docker is in the priority list.

    Wiki page of instances

    You can help the project if you are interested by hosting a public instance, sharing the project or helping in the development to add new features and/or fixing bugs. That will be really helpful and appreciated.

    Repository: https://codeberg.org/ThePenguinDev/Proxigram

    Thanks for reading! :D

    11
    Proxigram: A privacy focused and open source front-end for Instagram
    codeberg.org Proxigram

    A privacy focused and open source front-end for Instagram

    Proxigram

    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
    5
    InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)TH
    ThePenguinDev @lemmy.world
    Posts 3
    Comments 11