-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Charles K. Neimog edited this page Feb 5, 2025
·
13 revisions
Welcome to the anytype-client wiki!
pip install anytype-client
After install, anytype-client can be imported using
import anytype
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
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.