Amino.py


NameAmino.py JSON
Version 3.0.9 PyPI version JSON
download
home_pagehttps://github.com/Slimakoi/Amino.py
SummaryA library to create Amino bots.
upload_time2023-02-09 11:13:23
maintainer
docs_urlNone
authorSlimakoi
requires_python
licenseMIT
keywords aminoapps amino-py amino amino-bot narvii api python python3 python3.x slimakoi official
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
[//]: # (**README Improved By ODYSS3EUS**)
[//]: # (Never Underestimate Presentation)
[//]: # (Mae: Professionals have standards)
[//]: # (Koi: Indeed...)
<h1 align="center">
  <br>
  <a href="https://github.com/Slimakoi/Amino.py"><img src="https://cdn.discordapp.com/icons/715911730550800514/8b577d0f9d38614422601a71e91b866d.png?size=512" alt="Amino.py" width="200"></a>
  <br>
  Amino.py
  <br>
</h1>

<p align="center">
  <a href="https://discord.gg/68wchgsKdX"><img src="https://bit.ly/32neyjM"></a>
  <p align="center"> If you have any questions, join us on Discord! </p>
</p>

#### What is this?
Amino.py is a Python API for communicating with Amino's Servers while pretending that you're an App User. This is mostly accomplished by spoofing Device Configuration Headers, while objectifying and organizing Amino Response Data, so that actually doing anything is easier.


#### How do I use this?
Python 3.8 is the recommended version for Amino.py, only supports Python 3.x.

To install Amino.py, run `python3 -m pip install amino.py` or `pip install amino.py`.
- **NOTE:** MAKE SURE YOU TYPE `amino.py` **NOT** `amino` AS IT WILL INSTALL THE **WRONG** PACKAGE!


### API Reference
[Read the Docs Link](https://aminopy.readthedocs.io/en/latest/)

#### Alternative Installation (Not recommended)
0. Make sure pip is installed and added to PATH, see: [How to setup pip](https://nitratine.net/blog/post/how-to-setup-pythons-pip/)
1. Alternatively download the API from GitHub [here](https://github.com/Slimakoi/Amino.py/archive/refs/heads/master.zip)
2. Extract the .zip file either with [WinRAR](https://www.win-rar.com/download.html?&L=0) or [7-Zip](https://www.7-zip.org/download.html)
3. Open the extracted folder in an IDE of your choice, and navigate to the folder named `Amino.py-master`
4. Select the Python Interpreter
5. Make a new `*.py` file and start coding

[//]: # (*Verbose Instructions For Those Who Want To Start Programming But Don't Know How.)
[//]: # (Mae: Who knows their stuff will do how to do this and who doesn't won't need this. Consider replacing this section entirely.)

[//]: # (PS: This additionally adds more confusion for users, which already created reports of circular imports and more headaches. Pip installs are easier to understand for end users. Pip simplifies everything when dealing with dependencies, updates, installs and removals. Windows Python's default install installs Pip, MOST [not looking at you arch] Distros package python with Pip alongside Python. Who "starting programming" will ever use this?)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Slimakoi/Amino.py",
    "name": "Amino.py",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "aminoapps,amino-py,amino,amino-bot,narvii,api,python,python3,python3.x,slimakoi,official",
    "author": "Slimakoi",
    "author_email": "slimeytoficial@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/e6/15/21f60701331dd30cea2317bfd26996327a662ac6e21e885dc6ceed03fdf9/Amino.py-3.0.9.tar.gz",
    "platform": null,
    "description": "\r\n[//]: # (**README Improved By ODYSS3EUS**)\r\n[//]: # (Never Underestimate Presentation)\r\n[//]: # (Mae: Professionals have standards)\r\n[//]: # (Koi: Indeed...)\r\n<h1 align=\"center\">\r\n  <br>\r\n  <a href=\"https://github.com/Slimakoi/Amino.py\"><img src=\"https://cdn.discordapp.com/icons/715911730550800514/8b577d0f9d38614422601a71e91b866d.png?size=512\" alt=\"Amino.py\" width=\"200\"></a>\r\n  <br>\r\n  Amino.py\r\n  <br>\r\n</h1>\r\n\r\n<p align=\"center\">\r\n  <a href=\"https://discord.gg/68wchgsKdX\"><img src=\"https://bit.ly/32neyjM\"></a>\r\n  <p align=\"center\"> If you have any questions, join us on Discord! </p>\r\n</p>\r\n\r\n#### What is this?\r\nAmino.py is a Python API for communicating with Amino's Servers while pretending that you're an App User. This is mostly accomplished by spoofing Device Configuration Headers, while objectifying and organizing Amino Response Data, so that actually doing anything is easier.\r\n\r\n\r\n#### How do I use this?\r\nPython 3.8 is the recommended version for Amino.py, only supports Python 3.x.\r\n\r\nTo install Amino.py, run `python3 -m pip install amino.py` or `pip install amino.py`.\r\n- **NOTE:** MAKE SURE YOU TYPE `amino.py` **NOT** `amino` AS IT WILL INSTALL THE **WRONG** PACKAGE!\r\n\r\n\r\n### API Reference\r\n[Read the Docs Link](https://aminopy.readthedocs.io/en/latest/)\r\n\r\n#### Alternative Installation (Not recommended)\r\n0. Make sure pip is installed and added to PATH, see: [How to setup pip](https://nitratine.net/blog/post/how-to-setup-pythons-pip/)\r\n1. Alternatively download the API from GitHub [here](https://github.com/Slimakoi/Amino.py/archive/refs/heads/master.zip)\r\n2. Extract the .zip file either with [WinRAR](https://www.win-rar.com/download.html?&L=0) or [7-Zip](https://www.7-zip.org/download.html)\r\n3. Open the extracted folder in an IDE of your choice, and navigate to the folder named `Amino.py-master`\r\n4. Select the Python Interpreter\r\n5. Make a new `*.py` file and start coding\r\n\r\n[//]: # (*Verbose Instructions For Those Who Want To Start Programming But Don't Know How.)\r\n[//]: # (Mae: Who knows their stuff will do how to do this and who doesn't won't need this. Consider replacing this section entirely.)\r\n\r\n[//]: # (PS: This additionally adds more confusion for users, which already created reports of circular imports and more headaches. Pip installs are easier to understand for end users. Pip simplifies everything when dealing with dependencies, updates, installs and removals. Windows Python's default install installs Pip, MOST [not looking at you arch] Distros package python with Pip alongside Python. Who \"starting programming\" will ever use this?)\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A library to create Amino bots.",
    "version": "3.0.9",
    "split_keywords": [
        "aminoapps",
        "amino-py",
        "amino",
        "amino-bot",
        "narvii",
        "api",
        "python",
        "python3",
        "python3.x",
        "slimakoi",
        "official"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f81b43fec0d799b4a5e1f5d6c96e71877213362e750e93eb54249d9b782c8a8d",
                "md5": "b28d0103336fbfedf3be41597c141906",
                "sha256": "02197a9e8f7aa3a69a69f59121a8a76721e9d0ea6e1ce2fcc6571bfa81f1acdf"
            },
            "downloads": -1,
            "filename": "Amino.py-3.0.9-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b28d0103336fbfedf3be41597c141906",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 85049,
            "upload_time": "2023-02-09T11:13:21",
            "upload_time_iso_8601": "2023-02-09T11:13:21.000468Z",
            "url": "https://files.pythonhosted.org/packages/f8/1b/43fec0d799b4a5e1f5d6c96e71877213362e750e93eb54249d9b782c8a8d/Amino.py-3.0.9-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e61521f60701331dd30cea2317bfd26996327a662ac6e21e885dc6ceed03fdf9",
                "md5": "085037935d1f761a5620e68535e4358f",
                "sha256": "9c83d450b83e24321a4d379986983c114324e849053cccc0c2e602608c602e86"
            },
            "downloads": -1,
            "filename": "Amino.py-3.0.9.tar.gz",
            "has_sig": false,
            "md5_digest": "085037935d1f761a5620e68535e4358f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 79006,
            "upload_time": "2023-02-09T11:13:23",
            "upload_time_iso_8601": "2023-02-09T11:13:23.357068Z",
            "url": "https://files.pythonhosted.org/packages/e6/15/21f60701331dd30cea2317bfd26996327a662ac6e21e885dc6ceed03fdf9/Amino.py-3.0.9.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-02-09 11:13:23",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "Slimakoi",
    "github_project": "Amino.py",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "amino.py"
}
        
Elapsed time: 0.04214s