## SAmino
SAmino is unofficial client for [Aminoapps](https://aminoapps.com/) API in Python.
## Installation
You can use either `python3 setup.py install` or `pip3 install samino` to install. This module is tested on Python 3.9+.
## Contributing
SAmino is open source module, anyone can contribute. Please see the [Github Repository](https://github.com/SirLez/SAmino)
## Features
- Faster than other [Aminoapps](https://aminoapps.com/) python modules
- Supports async and sockets, events
- Easy and sample to use
- No `Too many requests.`
- Continual updates and bug fixes
- Have alot of useful functions
## Examples
#### Get SessionID
```py
import samino
client = samino.Client()
client.login("< email >", "< password >")
print(client.sid)
```
#### Login with SessionID
```py
import samino
client = samino.Client()
client.sid_login("< sid >")
print(client.sid)
```
#### Send a message in chat
```py
import samino
client = samino.Client()
client.login("< email >", "< password >")
path = client.get_from_link("< chat link >")
local = samino.Local(path.comId)
local.send_message(path.objectId, "< message >")
```
Raw data
{
"_id": null,
"home_page": "https://github.com/SirLez/SAmino",
"name": "samino",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "api, python, python3, python3.x, SirLez, Bovonos, Amino, samino, samino pyS-Amino, samino, samino, samino-bot, samino-bots, samino-bot, ndc, narvii.apps, aminoapps, samino-py, samino, samino-bot, narvii",
"author": "SirLez",
"author_email": "botsirlez@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/69/9b/9f4fa41575fe62885937862dc0c0adc07c03ca9b926d54b75d42d3fff2f7/samino-2.6.2.tar.gz",
"platform": null,
"description": "## SAmino\nSAmino is unofficial client for [Aminoapps](https://aminoapps.com/) API in Python. \n\n## Installation\nYou can use either `python3 setup.py install` or `pip3 install samino` to install. This module is tested on Python 3.9+.\n\n## Contributing\nSAmino is open source module, anyone can contribute. Please see the [Github Repository](https://github.com/SirLez/SAmino)\n\n## Features\n- Faster than other [Aminoapps](https://aminoapps.com/) python modules\n- Supports async and sockets, events\n- Easy and sample to use\n- No `Too many requests.`\n- Continual updates and bug fixes\n- Have alot of useful functions\n\n## Examples\n#### Get SessionID\n```py\nimport samino\n\nclient = samino.Client()\nclient.login(\"< email >\", \"< password >\")\nprint(client.sid)\n```\n#### Login with SessionID\n```py\nimport samino\n\nclient = samino.Client()\nclient.sid_login(\"< sid >\")\nprint(client.sid)\n```\n#### Send a message in chat\n```py\nimport samino\n\nclient = samino.Client()\nclient.login(\"< email >\", \"< password >\")\npath = client.get_from_link(\"< chat link >\")\nlocal = samino.Local(path.comId)\nlocal.send_message(path.objectId, \"< message >\")\n```\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Amino Bots with python!",
"version": "2.6.2",
"project_urls": {
"Download": "https://github.com/SirLez/SAmino/archive/refs/heads/main.zip",
"Homepage": "https://github.com/SirLez/SAmino"
},
"split_keywords": [
"api",
" python",
" python3",
" python3.x",
" sirlez",
" bovonos",
" amino",
" samino",
" samino pys-amino",
" samino",
" samino",
" samino-bot",
" samino-bots",
" samino-bot",
" ndc",
" narvii.apps",
" aminoapps",
" samino-py",
" samino",
" samino-bot",
" narvii"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "ff420c00f625b139f40712dbd75ad2027372e82504dda7ec65c887075c57ae0b",
"md5": "6cdb153729a2dd64dbb1f64c227afdca",
"sha256": "e8cd489508643e3ec90c0d85e627162da832eb761f71fcd718b843d46238df83"
},
"downloads": -1,
"filename": "samino-2.6.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "6cdb153729a2dd64dbb1f64c227afdca",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 89413,
"upload_time": "2024-04-12T22:21:14",
"upload_time_iso_8601": "2024-04-12T22:21:14.582327Z",
"url": "https://files.pythonhosted.org/packages/ff/42/0c00f625b139f40712dbd75ad2027372e82504dda7ec65c887075c57ae0b/samino-2.6.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "699b9f4fa41575fe62885937862dc0c0adc07c03ca9b926d54b75d42d3fff2f7",
"md5": "bb17a81f29aab61f9e39220ce168428b",
"sha256": "2b813fba2f9fe7538553afd3453fe55df266314e694f62701f13fdf6ecbc0e69"
},
"downloads": -1,
"filename": "samino-2.6.2.tar.gz",
"has_sig": false,
"md5_digest": "bb17a81f29aab61f9e39220ce168428b",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 86006,
"upload_time": "2024-04-12T22:21:16",
"upload_time_iso_8601": "2024-04-12T22:21:16.362178Z",
"url": "https://files.pythonhosted.org/packages/69/9b/9f4fa41575fe62885937862dc0c0adc07c03ca9b926d54b75d42d3fff2f7/samino-2.6.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-04-12 22:21:16",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "SirLez",
"github_project": "SAmino",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "samino"
}