Skip to content
Charles K. Neimog edited this page Feb 5, 2025 · 13 revisions

Welcome to the anytype-client wiki!

Install

pip install anytype-client

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