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.4.tar.gz
(19.8 kB
view details)
File details
Details for the file ed-amino-0.7.2.4.tar.gz.
File metadata
- Download URL: ed-amino-0.7.2.4.tar.gz
- Upload date:
- Size: 19.8 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 |
7f3179d58e65e4bf22c3c22ad8c8dd2e452363069e8a958dd4369c71f199bf22
|
|
| MD5 |
901eb342a57ceae49019a959ced0cf3f
|
|
| BLAKE2b-256 |
0f542eb0f860eb6e2dc36e3284f87baecd717ca9d8f1de589f75fa96ba00d5c4
|