Skip to content

Commit

Permalink
Add package instagram (#2702)
Browse files Browse the repository at this point in the history
* Moved all my repos to my own git server; Added `checkif` package

* Added package instagram

---------

Co-authored-by: Miran <[email protected]>
  • Loading branch information
thisago and narimiran authored Sep 4, 2023
1 parent b64579c commit 28569d0
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"guid"
],
"description": "A ULID implementation in Nim!",
"license": "CC0",
"license": "CC0"
},
{
"name": "crockford-base32",
Expand All @@ -25,7 +25,7 @@
"decode"
],
"description": "A simple implementation of Crockford Base32.",
"license": "CC0",
"license": "CC0"
},
{
"name": "rtmidi",
Expand Down Expand Up @@ -31376,5 +31376,18 @@
"description": "Asynchronous Nim wrapper for SauceNAO's API",
"license": "LGPL-3.0-or-later",
"web": "https://github.com/filvyb/saucenao-nim"
},
{
"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"
}
]

0 comments on commit 28569d0

Please sign in to comment.