Just curious: are there some apps that use Kinopio’s API?
Is somebody building something with support for Kinopio?
1 Like
phone to note has a really great kinopio integration that lets you add cards to your inbox over sms and other services:
there’s also a raycast extension that I built that does a similar thing
1 Like
Nice. What I would like to try is to create a small script that would generate Windows link files to each repository and save them on my harddrive. Thus I could easily find them and open them directly from Windows.
ya that should be pretty easy to do from the api side using GET /spaces
to get a list of all your spaces in json format and use the format https://kinopio.club/{space.url
to have a list of urls which you can then turn into link files
1 Like
It works! Now I should just run that script somehow regularly…
1 Like