From f89621a32ebc6bd478f5aed81c1e46a35e87c04c Mon Sep 17 00:00:00 2001 From: thisago <74574275+thisago@users.noreply.github.com> Date: Sat, 3 Feb 2024 04:32:08 +0000 Subject: [PATCH] Added package instagram (#2801) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 82b751a..01be458 100644 --- a/packages.json +++ b/packages.json @@ -32492,5 +32492,18 @@ "description": "Vim-Inspired Editor of Rasters", "license": "GPL-3.0-or-later", "web": "https://xigoi.srht.site/vier/" + }, + { + "name": "instagram", + "url": "https://github.com/thisago/instagram", + "method": "git", + "tags": [ + "instagram", + "library", + "internal-api" + ], + "description": "Instagram internal web api implementation", + "license": "MIT", + "web": "https://github.com/thisago/instagram" } ]