Skip to main content

Async library for amino.

Project description

Logo. Created by Resq#5909

edamino

An unofficial python wrapper for the async Amino API, based off aiohttp.

PyPI PyPI - License

Installing

pip install ed-amino

Example

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()

Examples

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.26.tar.gz (22.5 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