Skip to content
Charles K. Neimog edited this page Feb 3, 2025 · 12 revisions

Welcome to the anytype-client wiki!

Install

Because anytype API is on being, anytype-client is not on pip yet. You need to install anytype-client using

pip install git+https://github.com/charlesneimog/anytype-client

This require Git.

Import

After install, anytype-client can be imported using

import anytype

Auth

To auth and use anytype.auth,

from anytype import Anytype

any = Anytype()
any.auth()

Anytype Desktop App must be running. On first auth, anytype will show you a code with 4 digits like this

image

on you terminal, you will be prompt Enter the 4 digit code:, here you type the code showed to you.

After that, you are already able to create Spaces, Objects, and others.

Clone this wiki locally