Go to file
Cadence Fish bdedd13124
Proxy images in RSS
2020-01-16 23:10:15 +13:00
src Proxy images in RSS 2020-01-16 23:10:15 +13:00
.gitignore First release 2020-01-13 01:50:21 +13:00
README.md Add RSS and graphicsmagick to readme 2020-01-15 03:44:45 +13:00
config.js RSS 2020-01-15 03:38:33 +13:00
jsconfig.json First release 2020-01-13 01:50:21 +13:00
package-lock.json RSS 2020-01-15 03:38:33 +13:00
package.json RSS 2020-01-15 03:38:33 +13:00

README.md

Bibliogram

An alternative front-end for Instagram.

Bibliogram works without client-side JavaScript, has no ads or tracking, and doesn't urge you to sign up.

See also: Invidious, a front-end for YouTube.

Features

  • View profile and timeline
  • Infinite scroll
  • User memory cache
  • RSS (latest 12 posts)
  • Image disk cache
  • View post
  • Homepage
  • Proper error checking
  • Optimised for mobile
  • Favicon
  • Settings (e.g. data saving)
  • Galleries
  • List view
  • Videos
  • IGTV
  • Public API
  • Rate limiting
  • Explore tags
  • Explore locations
  • more...

These features may not be able to be implemented for technical reasons:

  • Stories

These features will not be added:

  • Comments

Instances

There is currently no official Bibliogram instance. You will have to run your own, or find someone else's.

If you only use one computer, you can install Bibliogram on that computer and then access the instance through localhost.

Installing

Bibliogram depends on GraphicsMagick for resizing thumbnails.

Ubuntu: # apt install graphicsmagick

  1. $ git clone https://github.com/cloudrac3r/bibliogram If you are using a fork, be sure to actually install that fork instead!
  2. $ npm install
  3. Edit /config.js to suit your server environment
  4. $ npm start

Bibliogram is now running on 0.0.0.0:10407.

User-facing endpoints

  • /u/{username} - load a user's profile and timeline
  • /u/{username}/rss.xml - get the RSS feed for a user