Async library for amino.
Project description
edamino
Async api for amino
Installation:
pip install ed-amino
Example Bot.
from edamino import Bot, Context, logger
bot = Bot(email='email', password='password', prefix="/")
@bot.on_ready
async def on_ready():
logger.info('Ready.')
@bot.command('ping')
async def echo(ctx: Context):
await ctx.reply('Pong!')
if __name__ == '__main__':
bot.start()
If you have any problems, please write to this discord https://discord.gg/SfzWs5djpT
Project details
Release history Release notifications | RSS feed
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.6.1.tar.gz
(13.3 kB
view details)
File details
Details for the file ed-amino-0.6.1.tar.gz.
File metadata
- Download URL: ed-amino-0.6.1.tar.gz
- Upload date:
- Size: 13.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ce1b570a4f360032dc56341529840443e6714df0a70bd5eb2007f9103e30bd32
|
|
| MD5 |
8f0b7720b142d556aa4153af1d9da72c
|
|
| BLAKE2b-256 |
11baa1c14fac16a41df773b3fdfb618b3e049bfb0e5e075a9483a24062d2917b
|