I want to get all plugins of Inkdrop

I would like to get a list of Inkdrop plugins.

Is Inkdrop - Organizing Markdown notes made simple the only place that is open to the public?
When I try to scrape from this page it does not work properly due to infinite scrolling… :smiling_face_with_tear:

I am currently developing a CLI that will display all Inkdrop plugins.

Now I’m not sure what Takuya thinks of this, BUT.

If you inspect the network traffic for the plugin page you can see that the plugin API is publicly available from https://api.inkdrop.app/v1/packages, it does however require you to page in order to get packages. If you want to use it in your CLI, for example https://api.inkdrop.app/v1/packages?page=0&sort=majority gets you the first page of the most popular plugins.

2 Likes

Oh, Thank you very match :star_struck:
I may be able to get info on the plugin from here. I will give it a try.

If successfull, this thread will be changed to be resolved state.

Yes, you can retrieve a list of plugins via the API @Magnus mentioned.
It’s completely fine that you use it for your hack!
But please be kind to my servers since you sent a massive amount of requests at once two days ago :rofl:

Looking forward to checking out your CLI tool, @Daiki48 :wink:

Oh… sorry… :sob:

Change the specifications of the CLI to avoid placing as much load on the server as possible :bowing_man:

1 Like