auto-iserv


Nameauto-iserv JSON
Version 0.1.12 PyPI version JSON
download
home_pagehttps://github.com/RedstoneMedia/auto-iserv
SummaryA Library that can be used to create tools to automate Iserv without an API key
upload_time2023-03-26 12:44:50
maintainer
docs_urlNone
authorRedstoneMedia
requires_python>=3.8
licenseGNU General Public License v3.0
keywords iserv automation library auto
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Auto Iserv v.0.1.11

This is a library for python, that can be used to create tools to automate Iserv **without** an API key
The only thing that is needed is a Iserv account with a username and password.
It is recommended to use a credential file, but you can hardcode your password and username.
This can be done by typing : `gen-iserv-credential`

There are pre written Modules, but you can also create your own module automation.


# Contributing
You can make pull requests and I will be happy to look at them.
If you don't know what to contribute you could add more pre written modules.

# Example
If you want an example you might want to look at [this](https://github.com/RedstoneMedia/IServ-exercise-discord-bot)

## Installation
Install this package using pip :
`pip install auto-iserv`



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/RedstoneMedia/auto-iserv",
    "name": "auto-iserv",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "Iserv automation library auto",
    "author": "RedstoneMedia",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/a7/94/db6027626a8a30ed15382dcd5328fb2a69adfd0eb88f4bdcf7da87ca9fc2/auto-iserv-0.1.12.tar.gz",
    "platform": null,
    "description": "# Auto Iserv v.0.1.11\n\nThis is a library for python, that can be used to create tools to automate Iserv **without** an API key\nThe only thing that is needed is a Iserv account with a username and password.\nIt is recommended to use a credential file, but you can hardcode your password and username.\nThis can be done by typing : `gen-iserv-credential`\n\nThere are pre written Modules, but you can also create your own module automation.\n\n\n# Contributing\nYou can make pull requests and I will be happy to look at them.\nIf you don't know what to contribute you could add more pre written modules.\n\n# Example\nIf you want an example you might want to look at [this](https://github.com/RedstoneMedia/IServ-exercise-discord-bot)\n\n## Installation\nInstall this package using pip :\n`pip install auto-iserv`\n\n\n",
    "bugtrack_url": null,
    "license": "GNU General Public License v3.0",
    "summary": "A Library that can be used to create tools to automate Iserv without an API key",
    "version": "0.1.12",
    "split_keywords": [
        "iserv",
        "automation",
        "library",
        "auto"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "615c88b98bfb7d329aebc7645d04bc26d18daf21e51250c4bb3a80ac721d7e7d",
                "md5": "8e5dd51fc2ffae330fdd58622d5e43e8",
                "sha256": "451d68a144fab94ffe37d779047de69f6502a94a50e82e1deb7fe1aa64cf6e3c"
            },
            "downloads": -1,
            "filename": "auto_iserv-0.1.12-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8e5dd51fc2ffae330fdd58622d5e43e8",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 26349,
            "upload_time": "2023-03-26T12:44:48",
            "upload_time_iso_8601": "2023-03-26T12:44:48.868790Z",
            "url": "https://files.pythonhosted.org/packages/61/5c/88b98bfb7d329aebc7645d04bc26d18daf21e51250c4bb3a80ac721d7e7d/auto_iserv-0.1.12-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a794db6027626a8a30ed15382dcd5328fb2a69adfd0eb88f4bdcf7da87ca9fc2",
                "md5": "a6b983fdfbba98e4e62b953338b4c08c",
                "sha256": "00dfbc01785dff61d944a5cb6d39033803bc4e6cdc0ae724e0832521c4c73ee3"
            },
            "downloads": -1,
            "filename": "auto-iserv-0.1.12.tar.gz",
            "has_sig": false,
            "md5_digest": "a6b983fdfbba98e4e62b953338b4c08c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 22830,
            "upload_time": "2023-03-26T12:44:50",
            "upload_time_iso_8601": "2023-03-26T12:44:50.642558Z",
            "url": "https://files.pythonhosted.org/packages/a7/94/db6027626a8a30ed15382dcd5328fb2a69adfd0eb88f4bdcf7da87ca9fc2/auto-iserv-0.1.12.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-03-26 12:44:50",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "RedstoneMedia",
    "github_project": "auto-iserv",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "auto-iserv"
}
        
Elapsed time: 0.05433s