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.9.tar.gz
(14.2 kB
view details)
File details
Details for the file ed-amino-0.6.9.tar.gz.
File metadata
- Download URL: ed-amino-0.6.9.tar.gz
- Upload date:
- Size: 14.2 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 |
41eaeb7970d25f02e8f9ceda6d3b035320bae5a1e2dae5e27ba38daa05e7a5b6
|
|
| MD5 |
6e30f4f8547f3e10182f27dd2ba11010
|
|
| BLAKE2b-256 |
5ca57fafd535950996e9443651c2d0a08aa75a481ca3fe1e20d58b6d79fcce67
|