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

Uploaded Source

File details

Details for the file ed-amino-0.7.3.26.tar.gz.

File metadata

  • Download URL: ed-amino-0.7.3.26.tar.gz
  • Upload date:
  • Size: 22.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.0

File hashes

Hashes for ed-amino-0.7.3.26.tar.gz
Algorithm Hash digest
SHA256 d41c468592e359ed8ebf72a12dac890cee0d7b2bd208817eeda99f45d21dd2c8
MD5 01befefb33499f91a673934aceaaca13
BLAKE2b-256 2f29a4c0566507ec1a64c24d3fda3b44adcdf63b75706313df841c6a37dc8a25

See more details on using hashes here.

Supported by

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