TheAmino


NameTheAmino JSON
Version 1.0.0 PyPI version JSON
download
home_pagehttps://github.com/NotCyberCodex/TheAmino
SummaryAn API for amino bot using Python
upload_time2024-02-01 07:54:37
maintainer
docs_urlNone
authorCodex and Arjun
requires_python>=3.10
license
keywords python bot aminobot theamino
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
# An API for amino bot using Python

[![forthebadge made-with-python](http://ForTheBadge.com/images/badges/made-with-python.svg)](https://www.python.org/)                 
[![Python 3.10](https://img.shields.io/badge/python-3.10-blue.svg)](https://www.python.org/downloads/release/python-3100/)   

## Follow us
- Telegram Channel [Click](https://t.me/the_code_24)
- YouTube channel  [Click](https://youtube.com/@the_code692)
- Discord Server   [Click](https://discord.com/invite/jEcCwE8cte)

## Usage

- Make sure you have Python installed in your system.
- Run Following command in the CMD.
 ```
  pip install TheAmino
  ```
## Example

- It works like the Amino.py's API but with added features like commands or answer for example:

 ```
from TheAmino import TheAmino

client = TheAmino("Your Email", "Your Password") # Or you use login.json
client.prefix = "!"  # set the prefix default is /



@client.command("check")
def ping(data):
    data.subClient.send_message(data.chatId, message="𝗕𝗼𝘁 𝗮𝗰𝘁𝗶𝘃𝗲 ✓")



client.launch()
print("Bot is running")
  ```

## Note 
- I have tried to implement all the functionality, it might have some bugs also. Ignore that or please try to solve that bug.

## Credits
- Credits goes to BotAmino
- Big shout out to Phoenix

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/NotCyberCodex/TheAmino",
    "name": "TheAmino",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": "",
    "keywords": "python,bot,aminobot,theamino",
    "author": "Codex and Arjun",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/cf/95/60b3aebdf542b6c7ac563778ef2bbc09fdade928946bc5599e66072978fb/TheAmino-1.0.0.tar.gz",
    "platform": null,
    "description": "\r\n# An API for amino bot using Python\r\n\r\n[![forthebadge made-with-python](http://ForTheBadge.com/images/badges/made-with-python.svg)](https://www.python.org/)                 \r\n[![Python 3.10](https://img.shields.io/badge/python-3.10-blue.svg)](https://www.python.org/downloads/release/python-3100/)   \r\n\r\n## Follow us\r\n- Telegram Channel [Click](https://t.me/the_code_24)\r\n- YouTube channel  [Click](https://youtube.com/@the_code692)\r\n- Discord Server   [Click](https://discord.com/invite/jEcCwE8cte)\r\n\r\n## Usage\r\n\r\n- Make sure you have Python installed in your system.\r\n- Run Following command in the CMD.\r\n ```\r\n  pip install TheAmino\r\n  ```\r\n## Example\r\n\r\n- It works like the Amino.py's API but with added features like commands or answer for example:\r\n\r\n ```\r\nfrom TheAmino import TheAmino\r\n\r\nclient = TheAmino(\"Your Email\", \"Your Password\") # Or you use login.json\r\nclient.prefix = \"!\"  # set the prefix default is /\r\n\r\n\r\n\r\n@client.command(\"check\")\r\ndef ping(data):\r\n    data.subClient.send_message(data.chatId, message=\"\ud835\uddd5\ud835\uddfc\ud835\ude01 \ud835\uddee\ud835\uddf0\ud835\ude01\ud835\uddf6\ud835\ude03\ud835\uddf2 \u2713\")\r\n\r\n\r\n\r\nclient.launch()\r\nprint(\"Bot is running\")\r\n  ```\r\n\r\n## Note \r\n- I have tried to implement all the functionality, it might have some bugs also. Ignore that or please try to solve that bug.\r\n\r\n## Credits\r\n- Credits goes to BotAmino\r\n- Big shout out to Phoenix\r\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "An API for amino bot using Python",
    "version": "1.0.0",
    "project_urls": {
        "Homepage": "https://github.com/NotCyberCodex/TheAmino"
    },
    "split_keywords": [
        "python",
        "bot",
        "aminobot",
        "theamino"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cf9560b3aebdf542b6c7ac563778ef2bbc09fdade928946bc5599e66072978fb",
                "md5": "fb809a682e7c0eaab404284d2238c2d7",
                "sha256": "1441a986e1e427f2cb13c0b5ffd44bb219a0c7d88c4c122295d2ded75e16eace"
            },
            "downloads": -1,
            "filename": "TheAmino-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "fb809a682e7c0eaab404284d2238c2d7",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 88261,
            "upload_time": "2024-02-01T07:54:37",
            "upload_time_iso_8601": "2024-02-01T07:54:37.483355Z",
            "url": "https://files.pythonhosted.org/packages/cf/95/60b3aebdf542b6c7ac563778ef2bbc09fdade928946bc5599e66072978fb/TheAmino-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-01 07:54:37",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "NotCyberCodex",
    "github_project": "TheAmino",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "theamino"
}
        
Elapsed time: 0.17166s