Skip to content

`Robinobot` is a library for building self-robots in Robino based on API

License

Notifications You must be signed in to change notification settings

activate-sh/Rubinobot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rubinobot

Robinobot is a library for building self-robots in Robino based on API

Examples

from rubinobot import Client
from asyncio import run

client = Client('YOUR-AUTH')
async def main():
    results = await client.get_me()
    print(results)


run(main())

and

from rubinobot import Client
from asyncio import run

client = Client('YOUR-AUTH')
async def main():
    results = await client.follow('followee_id')
    print(results)


run(main())

Install

pip install rubinobot -U

Note

Documents will be posted soon

contact with me

Rubika Telegram