ed-amino


Nameed-amino JSON
Version 0.7.3.26 PyPI version JSON
download
home_pagehttps://github.com/SvytDola/edamino
SummaryAsync library for amino.
upload_time2023-01-29 07:40:05
maintainer
docs_urlNone
authorSvytDola
requires_python
licenseMIT
keywords edamino
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ![Logo. Created by Resq#5909](https://media.discordapp.net/attachments/807254355127566357/947572597481152582/PicsArt_02-27-10.13.56.png?width=600&height=200)

# edamino
An unofficial python wrapper for the async Amino API, based off aiohttp.


![PyPI](https://img.shields.io/pypi/v/ed-amino.svg?style=flat-square)
![PyPI - License](https://img.shields.io/pypi/l/ed-amino.svg?style=flat-square)


# Installing
```
pip install ed-amino
```

# Example
```py
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()
```



![](https://media.discordapp.net/attachments/868188677602422804/931159730393591870/anim.gif)

# Examples

 - [You can see all the examples at this link.](https://github.com/SvytDola/edamino/blob/master/docs/docs.md)


# Contact

If you encounter a bug, please open an [issue].

[issue]: https://github.com/SvytDola/edamino/issues

- [Discord Server](https://discord.gg/SfzWs5djpT)


# Translations

This README is available in other languages:

- [Spanish](https://github.com/drevenzz/DocsEdAminoSpanish)

Only this README file is guaranteed to be up-to-date.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/SvytDola/edamino",
    "name": "ed-amino",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "edamino",
    "author": "SvytDola",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/2f/29/a4c0566507ec1a64c24d3fda3b44adcdf63b75706313df841c6a37dc8a25/ed-amino-0.7.3.26.tar.gz",
    "platform": null,
    "description": "![Logo. Created by Resq#5909](https://media.discordapp.net/attachments/807254355127566357/947572597481152582/PicsArt_02-27-10.13.56.png?width=600&height=200)\r\n\r\n# edamino\r\nAn unofficial python wrapper for the async Amino API, based off aiohttp.\r\n\r\n\r\n![PyPI](https://img.shields.io/pypi/v/ed-amino.svg?style=flat-square)\r\n![PyPI - License](https://img.shields.io/pypi/l/ed-amino.svg?style=flat-square)\r\n\r\n\r\n# Installing\r\n```\r\npip install ed-amino\r\n```\r\n\r\n# Example\r\n```py\r\nfrom edamino import Bot, Context, logger\r\nfrom edamino.objects import UserProfile\r\n\r\nbot = Bot(email='email', password='password', prefix=\"/\")\r\n\r\n\r\n@bot.event()\r\nasync def on_ready(profile: UserProfile):\r\n    logger.info(f'{profile.nickname} ready')\r\n    \r\n\r\n@bot.command('ping')\r\nasync def echo(ctx: Context):\r\n    await ctx.reply('Pong!')\r\n\r\n\r\nif __name__ == '__main__':\r\n    bot.start()\r\n```\r\n\r\n\r\n\r\n![](https://media.discordapp.net/attachments/868188677602422804/931159730393591870/anim.gif)\r\n\r\n# Examples\r\n\r\n - [You can see all the examples at this link.](https://github.com/SvytDola/edamino/blob/master/docs/docs.md)\r\n\r\n\r\n# Contact\r\n\r\nIf you encounter a bug, please open an [issue].\r\n\r\n[issue]: https://github.com/SvytDola/edamino/issues\r\n\r\n- [Discord Server](https://discord.gg/SfzWs5djpT)\r\n\r\n\r\n# Translations\r\n\r\nThis README is available in other languages:\r\n\r\n- [Spanish](https://github.com/drevenzz/DocsEdAminoSpanish)\r\n\r\nOnly this README file is guaranteed to be up-to-date.\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Async library for amino.",
    "version": "0.7.3.26",
    "split_keywords": [
        "edamino"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2f29a4c0566507ec1a64c24d3fda3b44adcdf63b75706313df841c6a37dc8a25",
                "md5": "01befefb33499f91a673934aceaaca13",
                "sha256": "d41c468592e359ed8ebf72a12dac890cee0d7b2bd208817eeda99f45d21dd2c8"
            },
            "downloads": -1,
            "filename": "ed-amino-0.7.3.26.tar.gz",
            "has_sig": false,
            "md5_digest": "01befefb33499f91a673934aceaaca13",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 22471,
            "upload_time": "2023-01-29T07:40:05",
            "upload_time_iso_8601": "2023-01-29T07:40:05.865309Z",
            "url": "https://files.pythonhosted.org/packages/2f/29/a4c0566507ec1a64c24d3fda3b44adcdf63b75706313df841c6a37dc8a25/ed-amino-0.7.3.26.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-29 07:40:05",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "SvytDola",
    "github_project": "edamino",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "ed-amino"
}
        
Elapsed time: 0.03325s