Instalution aims to be a revolutionary solution to Instagram.
In search of like-minded individuals to start a development community:
- Artists who would like to take control of their portfolios
- Developers interested in contributing code
- Users with any ideas or insights on the project
There are currently four supported methods for getting up and running with Instalution. You only need to pick one method:
git clone https://github.com/instalution/frontend.git instalution
cd instalution
pnpm install
pnpm next telemetry disable
- Download an archive of your data from Instagram
- Extract the contents of the
media/posts/
directory in the archive to./public/accounts/[archive_folder_name]
. The base folder name will become the username, and Instalution will read every image and video in every subfolder. pnpm dev
-- Instalution should now be available at http://localhost:1234
git clone https://github.com/instalution/frontend.git instalution
cd instalution
- Download an archive of your data from Instagram
- Extract the contents of the
media/posts/
directory in the archive to./public/accounts/[archive_folder_name]
. The base folder name will become the username, and Instalution will read every image and video in every subfolder. docker-compose up
-- Instalution should now be available at http://localhost:1234
git clone https://github.com/instalution/frontend.git instalution
cd instalution
- Download an archive of your data from Instagram
- Extract the contents of the
media/posts/
directory in the archive to./public/accounts/[archive_folder_name]
. The base folder name will become the username, and Instalution will read every image and video in every subfolder. docker build --tag=frontend .
docker run --volume=$(pwd):/home/node/app --publish 1234:1234 frontend
-- Instalution should now be available at http://localhost:1234
git clone https://github.com/instalution/frontend.git instalution
cd instalution
- Download an archive of your data from Instagram
- Extract the contents of the
media/posts/
directory in the archive to./public/accounts/[archive_folder_name]
. The base folder name will become the username, and Instalution will read every image and video in every subfolder. vagrant up
-- Instalution should be available at http://localhost:1234
Instalution currently displays both images and video from the archive once extracted. It technically doesn't have to be an Instagram archive, you can put any media in the username folders.
If there should be a frontend with login to manage photos and videos, it could be a separate project and at the simplest form all it would require is a file manager fixed to usernames at ./public/accounts/[username]
. In fact, perhaps these could eventually optionally correspond to OS usernames (e.g. in /home/
or C:/Users/
etc).
-
Add infinite scroll paging option
-
Add filesystem cache for thumbnail generation
Note that at this time all translations are directly via DeepL Machine Translation. Please help!