# block game bot
[![license](https://img.shields.io/badge/license-MIT-green?style=for-the-badge)](LICENSE)
[![pypi](https://img.shields.io/pypi/v/blockgamebot?style=for-the-badge)](https://pypi.org/project/blockgamebot/)
block game bot api Wrapper
## Information
Written without any external libraries other than `aiohttp` which is used to fetch data from the block game bot API.
This requires a block game bot API key. You may obtain one by joining [this](https://discord.gg/fruffy) Discord and messaging me (asov#0187).
## Credits
- [asov](https://github.com/noemtdev/) - Maker of Scammer List
- [timnoot](https://github.com/timnoot) - Helped me a lot in general
## Usage
```py
import asyncio
from blockgamebot.api import Scammers
scammers = Scammers("BLOCKGAMEBOT_API_KEY")
images = itemImages()
async def main():
# Get all scammers
all_scammers = await scammers.get_all()
print(all_scammers)
# Lookup a scammer
scammer = await scammers.lookup("asov")
print(scammer)
asyncio.run(main())
```
## API
If you don't want to use the Wrapper you can use the [API](https://api.nom-nom.link/).
Raw data
{
"_id": null,
"home_page": "",
"name": "blockgamebot",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.7",
"maintainer_email": "",
"keywords": "python,hypixel,skyblock,scammerlist,blockgamebot,blockgamebot",
"author": "asov",
"author_email": "asov <noemtdev@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/11/11/cf952f8e9e3bc195d63a2d427e5e673dde2f6df21a37d409e921a148e532/blockgamebot-1.3.tar.gz",
"platform": null,
"description": "# block game bot\r\n\r\n[![license](https://img.shields.io/badge/license-MIT-green?style=for-the-badge)](LICENSE)\r\n[![pypi](https://img.shields.io/pypi/v/blockgamebot?style=for-the-badge)](https://pypi.org/project/blockgamebot/)\r\n\r\nblock game bot api Wrapper\r\n\r\n## Information\r\n\r\nWritten without any external libraries other than `aiohttp` which is used to fetch data from the block game bot API.\r\n\r\nThis requires a block game bot API key. You may obtain one by joining [this](https://discord.gg/fruffy) Discord and messaging me (asov#0187).\r\n\r\n## Credits\r\n- [asov](https://github.com/noemtdev/) - Maker of Scammer List\r\n- [timnoot](https://github.com/timnoot) - Helped me a lot in general\r\n\r\n\r\n## Usage\r\n\r\n```py\r\nimport asyncio\r\n\r\nfrom blockgamebot.api import Scammers\r\n\r\nscammers = Scammers(\"BLOCKGAMEBOT_API_KEY\")\r\nimages = itemImages()\r\n\r\nasync def main():\r\n\r\n # Get all scammers\r\n all_scammers = await scammers.get_all()\r\n print(all_scammers)\r\n\r\n # Lookup a scammer\r\n scammer = await scammers.lookup(\"asov\")\r\n print(scammer)\r\n\r\nasyncio.run(main())\r\n```\r\n\r\n## API\r\nIf you don't want to use the Wrapper you can use the [API](https://api.nom-nom.link/).\r\n",
"bugtrack_url": null,
"license": "",
"summary": "An API Wrapper for the block game bot api",
"version": "1.3",
"project_urls": {
"Bug Tracker": "https://github.com/noemtdev/api-wrapper/issues",
"Homepage": "https://github.com/noemtdev/api-wrapper"
},
"split_keywords": [
"python",
"hypixel",
"skyblock",
"scammerlist",
"blockgamebot",
"blockgamebot"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "82d4c8d1ad832717a95885910778643ad34562e0b845dc168fe9f087eed5c136",
"md5": "b50d1edad114c3631900979da776b4a6",
"sha256": "bc9d27f89981c3d5bcd82ea7098fcf85852db4528a9fe800406f5ae10ca2ce14"
},
"downloads": -1,
"filename": "blockgamebot-1.3-py3-none-any.whl",
"has_sig": false,
"md5_digest": "b50d1edad114c3631900979da776b4a6",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7",
"size": 3301,
"upload_time": "2023-06-18T08:54:33",
"upload_time_iso_8601": "2023-06-18T08:54:33.824234Z",
"url": "https://files.pythonhosted.org/packages/82/d4/c8d1ad832717a95885910778643ad34562e0b845dc168fe9f087eed5c136/blockgamebot-1.3-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "1111cf952f8e9e3bc195d63a2d427e5e673dde2f6df21a37d409e921a148e532",
"md5": "22f38218b313bfc892166def1995ab22",
"sha256": "4bf6539fa0601f1c3edc1a8db72389e330075613b062c86c805bde3e6ef300e7"
},
"downloads": -1,
"filename": "blockgamebot-1.3.tar.gz",
"has_sig": false,
"md5_digest": "22f38218b313bfc892166def1995ab22",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 3234,
"upload_time": "2023-06-18T08:54:35",
"upload_time_iso_8601": "2023-06-18T08:54:35.976361Z",
"url": "https://files.pythonhosted.org/packages/11/11/cf952f8e9e3bc195d63a2d427e5e673dde2f6df21a37d409e921a148e532/blockgamebot-1.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-06-18 08:54:35",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "noemtdev",
"github_project": "api-wrapper",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "blockgamebot"
}