Async library for amino.
Project description
edamino
Async api for amino
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()
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.7.2.0.tar.gz
(18.0 kB
view details)
File details
Details for the file ed-amino-0.7.2.0.tar.gz.
File metadata
- Download URL: ed-amino-0.7.2.0.tar.gz
- Upload date:
- Size: 18.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8bfa9ca161c9f4ae0d1d540f0e683228a90acf9142967f9859216017a3d7cabf
|
|
| MD5 |
fb4906daf3471d9e6d22e5f2607f010e
|
|
| BLAKE2b-256 |
e5f85c3dcc4f98474aa6a39f5ce0c2df0e7847ff5cd8afddbd0ce034f9728588
|