Skip to main content

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

Project description

Rubinobot

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

Example

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

rubinobot-2.1.tar.gz (5.3 kB view hashes)

Uploaded Source

Built Distribution

rubinobot-2.1-py3-none-any.whl (5.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page