## AminoService
A lib for creating amino bots and scripts ...
# How does this API work?
It works like the Amino.py's API but with added features
# login SOURCE CODE
```python3
import AminoService
client = AminoService.Client()
client.login(email='YOUR EMAIL', password='YOUR PASSWORD')
print(client.profile.nickname)
```
# Discover userId , blogId and e.t.c from a link source code
```python3
import AminoService
client = AminoService.Client()
client.login(email='YOUR EMAIL', password='YOUR PASSWORD')
# Url Example
# https://aminoapps.com/p/EXAMPLE
objectId = client.get_from_code("EXAMPLE").objectId
print(objectId)
```
# Send image and audio message source code
```python3
import AminoService
client = AminoService.Client()
client.login(email='YOUR EMAIL', password='YOUR PASSWORD')
subclient = AminoService.SubClient(comId='COMMUNITY ID', profile=client.profile)
# Send Images
with open('file.png', 'rb') as file:
subclient.send_message(message='MESSAGE', chatId='CHAT ID', file=file)
# Send Audios
with open('file.mp3', 'rb') as file:
subclient.send_message(message='MESSAGE', chatId='CHAT ID', file=file, fileType="audio")
```
Raw data
{
"_id": null,
"home_page": "https://github.com/innocentzero143/AminoService",
"name": "AminoService",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "aminoapps, AminoServiceamino, amino-bot, narvii, api, python, python3, python3.x, innocent-zero",
"author": "innocentzero143",
"author_email": "innocentzero143@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/b0/19/cbc7cda71cd6cc7051c2c600b0394db8139d677aad99015ed29aa710c9e0/AminoService-1.2.6.tar.gz",
"platform": null,
"description": "## AminoService\r\n A lib for creating amino bots and scripts ...\r\n\r\n# How does this API work?\r\n\r\nIt works like the Amino.py's API but with added features \r\n\r\n# login SOURCE CODE\r\n\r\n```python3\r\nimport AminoService\r\n\r\nclient = AminoService.Client()\r\nclient.login(email='YOUR EMAIL', password='YOUR PASSWORD')\r\n\r\nprint(client.profile.nickname)\r\n```\r\n# Discover userId , blogId and e.t.c from a link source code \r\n\r\n```python3\r\nimport AminoService\r\n\r\nclient = AminoService.Client()\r\nclient.login(email='YOUR EMAIL', password='YOUR PASSWORD')\r\n\r\n# Url Example\r\n# https://aminoapps.com/p/EXAMPLE\r\n\r\nobjectId = client.get_from_code(\"EXAMPLE\").objectId\r\nprint(objectId)\r\n```\r\n\r\n# Send image and audio message source code\r\n\r\n```python3\r\nimport AminoService\r\n\r\nclient = AminoService.Client()\r\nclient.login(email='YOUR EMAIL', password='YOUR PASSWORD')\r\nsubclient = AminoService.SubClient(comId='COMMUNITY ID', profile=client.profile)\r\n\r\n# Send Images\r\nwith open('file.png', 'rb') as file:\r\n subclient.send_message(message='MESSAGE', chatId='CHAT ID', file=file)\r\n\r\n# Send Audios\r\nwith open('file.mp3', 'rb') as file:\r\n subclient.send_message(message='MESSAGE', chatId='CHAT ID', file=file, fileType=\"audio\")\r\n\r\n```\r\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "A library to create Amino bots and scripts",
"version": "1.2.6",
"project_urls": {
"Download": "https://github.com/innocentzero143/AminoService/archive/refs/heads/main.zip",
"Homepage": "https://github.com/innocentzero143/AminoService"
},
"split_keywords": [
"aminoapps",
" aminoserviceamino",
" amino-bot",
" narvii",
" api",
" python",
" python3",
" python3.x",
" innocent-zero"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "2a5407af8ab710704b2059afaa8ba592a579f32d0a75c073b3f6aaced6f1d9c5",
"md5": "e0683530a7ee08d145f5e76e2a2f8572",
"sha256": "2e270218d945b5067d2a1bf8b8977a10bcc1111310eba2cb02c2e5ee4ea05cc7"
},
"downloads": -1,
"filename": "AminoService-1.2.6-py3-none-any.whl",
"has_sig": false,
"md5_digest": "e0683530a7ee08d145f5e76e2a2f8572",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 56332,
"upload_time": "2024-04-19T05:50:38",
"upload_time_iso_8601": "2024-04-19T05:50:38.004912Z",
"url": "https://files.pythonhosted.org/packages/2a/54/07af8ab710704b2059afaa8ba592a579f32d0a75c073b3f6aaced6f1d9c5/AminoService-1.2.6-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "b019cbc7cda71cd6cc7051c2c600b0394db8139d677aad99015ed29aa710c9e0",
"md5": "5d09e9c4c2818aea357c41cbdb3bd14f",
"sha256": "c99b790412411f3dcff60fbe2c92327e6ee0d53af701d3332de69172cd728146"
},
"downloads": -1,
"filename": "AminoService-1.2.6.tar.gz",
"has_sig": false,
"md5_digest": "5d09e9c4c2818aea357c41cbdb3bd14f",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 54243,
"upload_time": "2024-04-19T05:50:40",
"upload_time_iso_8601": "2024-04-19T05:50:40.054006Z",
"url": "https://files.pythonhosted.org/packages/b0/19/cbc7cda71cd6cc7051c2c600b0394db8139d677aad99015ed29aa710c9e0/AminoService-1.2.6.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-04-19 05:50:40",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "innocentzero143",
"github_project": "AminoService",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "aminoservice"
}