Skip to main content

An async library to easily create bots for the amino.

Project description

Amsync

Created with the aim that, anyone with basic knowledge of python, create any bot without much difficulty

Installation

pip install Amsync


Minimal example

from amsync import Bot, Msg


bot = Bot('email', 'password', prefix='/')

@bot.on()
async def ready():
    print('Ready')

@bot.add()
async def hi(m: Msg):
    await bot.send(f'Hi {m.nickname}')

bot.run()

Incredible documentation to create beautiful bots

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

Amsync-0.0.53.tar.gz (21.3 kB view hashes)

Uploaded Source

Built Distribution

Amsync-0.0.53-py3-none-any.whl (24.0 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