bot-hosting-wrapper


Namebot-hosting-wrapper JSON
Version 1.2 PyPI version JSON
download
home_pageNone
SummaryA simple API Wrapper for bot-hosting.net
upload_time2024-08-30 10:22:17
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Bot-Hosting.net API Wrapper | Information
This README will probably only work on github, not pypi, idk why

Important: Your account token expires every 2 weeks! If something isnt working, make sure you use an up-to-date Auth ID :)

A simple API Wrapper for certain information in python for bot-hosting.net

This is made by @suspectedesp on discord, an ex-staff member of bot-hosting.net

What a blessing that pdactyl exists
## Table of Contents
- [Installation](#installation)
- [Usage](#usage)
- [Change Log](#changelog)
- [License](#license)
- [Contribution](#contributing)
- [Credits](#credits)

## Installation
Dependencies (+ used version) :
- requests==2.31.0
- colorama==0.4.6
- datetime==5.4

## Usage
### How to get the Authorization key
Please follow the instructions to get your auth id:
- Login to your account and go to [this page](https://bot-hosting.net/panel/)
- Open your browser's console (usually by pressing F12 or pressing Control + Shift + I)
- Navigate to the 'Console' tab
- Paste in the following code:
```js
var token = localStorage.getItem('token');
console.log('Your Auth ID:', token);
```
Now you got your Auth ID and can use all the scripts, congrats!

For an usage of the commands etc. please go [to this page](https://github.com/suspectedesp/bot-hosting-wrapper/wiki/Coding-Usage)

## Changelog
Latest Changelog:
- Fixed Stupid Bugs
- Tested & rewritten for optimization & automation
- Updated the latest README & Usage Wiki & EXAMPLES

## License
MIT License

Copyright (c) 2024 [redacted]

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

## Contributing
- Follow these simple steps for contributing via [Github](https://github.com/suspectedesp/bot-hosting-wrapper)
- Fork the repository.
- Create a new branch: git checkout -b feature/my-feature.
- Commit your changes: git commit -am 'Add my feature'.
- Push to the branch: git push origin feature/my-feature.
- Submit a pull request.

## Credits
Many thanks to:
- @mathiasDPX for giving me some ideas and remaking the code
- @pondwader for letting me upload this
- @iamkubi api wrapper for pterodactyl panel

Many thanks guys! I appreciate it <3

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "bot-hosting-wrapper",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": "Vortex <vrtx.supp0rt@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/13/4c/e9b0708f93c61702d58378524500bf413c96c02104423366bdda1f998ff9/bot_hosting_wrapper-1.2.tar.gz",
    "platform": null,
    "description": "# Bot-Hosting.net API Wrapper | Information\r\nThis README will probably only work on github, not pypi, idk why\r\n\r\nImportant: Your account token expires every 2 weeks! If something isnt working, make sure you use an up-to-date Auth ID :)\r\n\r\nA simple API Wrapper for certain information in python for bot-hosting.net\r\n\r\nThis is made by @suspectedesp on discord, an ex-staff member of bot-hosting.net\r\n\r\nWhat a blessing that pdactyl exists\r\n## Table of Contents\r\n- [Installation](#installation)\r\n- [Usage](#usage)\r\n- [Change Log](#changelog)\r\n- [License](#license)\r\n- [Contribution](#contributing)\r\n- [Credits](#credits)\r\n\r\n## Installation\r\nDependencies (+ used version) :\r\n- requests==2.31.0\r\n- colorama==0.4.6\r\n- datetime==5.4\r\n\r\n## Usage\r\n### How to get the Authorization key\r\nPlease follow the instructions to get your auth id:\r\n- Login to your account and go to [this page](https://bot-hosting.net/panel/)\r\n- Open your browser's console (usually by pressing F12 or pressing Control + Shift + I)\r\n- Navigate to the 'Console' tab\r\n- Paste in the following code:\r\n```js\r\nvar token = localStorage.getItem('token');\r\nconsole.log('Your Auth ID:', token);\r\n```\r\nNow you got your Auth ID and can use all the scripts, congrats!\r\n\r\nFor an usage of the commands etc. please go [to this page](https://github.com/suspectedesp/bot-hosting-wrapper/wiki/Coding-Usage)\r\n\r\n## Changelog\r\nLatest Changelog:\r\n- Fixed Stupid Bugs\r\n- Tested & rewritten for optimization & automation\r\n- Updated the latest README & Usage Wiki & EXAMPLES\r\n\r\n## License\r\nMIT License\r\n\r\nCopyright (c) 2024 [redacted]\r\n\r\nPermission is hereby granted, free of charge, to any person obtaining a copy\r\nof this software and associated documentation files (the \"Software\"), to deal\r\nin the Software without restriction, including without limitation the rights\r\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\r\ncopies of the Software, and to permit persons to whom the Software is\r\nfurnished to do so, subject to the following conditions:\r\n\r\nThe above copyright notice and this permission notice shall be included in all\r\ncopies or substantial portions of the Software.\r\n\r\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\r\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\r\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\r\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\r\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\r\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\r\nSOFTWARE.\r\n\r\n## Contributing\r\n- Follow these simple steps for contributing via [Github](https://github.com/suspectedesp/bot-hosting-wrapper)\r\n- Fork the repository.\r\n- Create a new branch: git checkout -b feature/my-feature.\r\n- Commit your changes: git commit -am 'Add my feature'.\r\n- Push to the branch: git push origin feature/my-feature.\r\n- Submit a pull request.\r\n\r\n## Credits\r\nMany thanks to:\r\n- @mathiasDPX for giving me some ideas and remaking the code\r\n- @pondwader for letting me upload this\r\n- @iamkubi api wrapper for pterodactyl panel\r\n\r\nMany thanks guys! I appreciate it <3\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A simple API Wrapper for bot-hosting.net",
    "version": "1.2",
    "project_urls": {
        "Bot-Hosting": "https://bot-hosting.net/",
        "Homepage": "https://suspectedesp.github.io/bhw-site/",
        "Repository": "https://github.com/suspectedesp/bot-hosting-wrapper/"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5e09db518c6e08695595c88c0a945988fac64443b5e9109c594e0959b085e1dc",
                "md5": "e0a1dfe442498badfa5159f0cb51682d",
                "sha256": "583b4fc40dfe7f37a171ef8961c885a1e529b1885b301cc8fbef0163763199ce"
            },
            "downloads": -1,
            "filename": "bot_hosting_wrapper-1.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e0a1dfe442498badfa5159f0cb51682d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 9650,
            "upload_time": "2024-08-30T10:22:16",
            "upload_time_iso_8601": "2024-08-30T10:22:16.124945Z",
            "url": "https://files.pythonhosted.org/packages/5e/09/db518c6e08695595c88c0a945988fac64443b5e9109c594e0959b085e1dc/bot_hosting_wrapper-1.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "134ce9b0708f93c61702d58378524500bf413c96c02104423366bdda1f998ff9",
                "md5": "248e7559e988fd59652efb9f9fdc675d",
                "sha256": "7fe0a8fa5921c101be6cd3ff5673a67f5132201d6b5e3a490afb827883b06ef7"
            },
            "downloads": -1,
            "filename": "bot_hosting_wrapper-1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "248e7559e988fd59652efb9f9fdc675d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 9130,
            "upload_time": "2024-08-30T10:22:17",
            "upload_time_iso_8601": "2024-08-30T10:22:17.804377Z",
            "url": "https://files.pythonhosted.org/packages/13/4c/e9b0708f93c61702d58378524500bf413c96c02104423366bdda1f998ff9/bot_hosting_wrapper-1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-30 10:22:17",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "suspectedesp",
    "github_project": "bot-hosting-wrapper",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "bot-hosting-wrapper"
}
        
Elapsed time: 0.70548s