Skip to main content

Async library for amino.

Project description

PyPI PyPI - License

edamino

Async api for amino

Amino does not allow bots on its platform, so this library may become inactive once the app is updated.

Installation:

pip install ed-amino

Example Bot.

from edamino import Bot, Context, logger
from edamino.objects import UserProfile

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


@bot.event()
async def on_ready(profile: UserProfile):
    logger.info(f'{profile.nickname} ready')
    

@bot.command('ping')
async def echo(ctx: Context):
    await ctx.reply('Pong!')


if __name__ == '__main__':
    bot.start()

Exmaples

Contact

If you encounter a bug, please open an issue.

Translations

This README is available in other languages:

Only this README file is guaranteed to be up-to-date.

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

ed-amino-0.7.3.12.tar.gz (21.8 kB view hashes)

Uploaded Source

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