Name | fortnitepy-edit JSON |
Version |
1.1.6
JSON |
| download |
home_page | None |
Summary | Library for interacting with fortnite services |
upload_time | 2024-10-31 10:43:04 |
maintainer | None |
docs_url | None |
author | klld |
requires_python | >=3.5.3 |
license | MIT |
keywords |
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# fortnitepy-edit
[![Supported py versions](https://img.shields.io/pypi/pyversions/fortnitepy-edit.svg)](https://pypi.org/project/fortnitepy-edit/)
[![Current pypi version](https://img.shields.io/pypi/v/fortnitepy-edit.svg)](https://pypi.org/project/fortnitepy-edit/)
Asynchronous library for interacting with Fortnite and EpicGames' API and XMPP services.
**Note:** This library is still under developement so breaking changes might happen at any time.
**Some key features:**
- Full support for Friends.
- Support for XMPP events including friend and party messages + many more.
- Support for Parties.
- Support for Battle Royale stats.
# Documentation
https://fortnitepy.readthedocs.io/en/latest/
# Installing
```
# windows
py -3 -m pip install -U git+https://github.com/klldtest/fortnitepy-edit
py -3 -m pip install -U fortnitepy-edit
# linux
python3 -m pip install -U git+https://github.com/klldtest/fortnitepy-edit
python3 -m pip install -U fortnitepy-edit
```
# Basic usage
```py
import fortnitepy
import asyncio
from fortnitepy.ext import commands
async def main():
bot = commands.Bot(
command_prefix='!',
auth=fortnitepy.DeviceCodeAuth()
)
@bot.event
async def event_ready():
print('----------------')
print('Bot ready as')
print(bot.user.display_name)
print('----------------')
@bot.event
async def event_friend_request(request):
await request.accept()
@bot.command()
async def hello(ctx):
await ctx.send('Hello!')
await bot.start()
if __name__ == "__main__":
asyncio.run(main())
```
Raw data
{
"_id": null,
"home_page": null,
"name": "fortnitepy-edit",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.5.3",
"maintainer_email": null,
"keywords": null,
"author": "klld",
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/c0/e6/e902ef341eb1d4a76e00ce0da8f9a0bb08736c444b9d701a51f8a85fb474/fortnitepy_edit-1.1.6.tar.gz",
"platform": null,
"description": " # fortnitepy-edit\n\n[![Supported py versions](https://img.shields.io/pypi/pyversions/fortnitepy-edit.svg)](https://pypi.org/project/fortnitepy-edit/)\n[![Current pypi version](https://img.shields.io/pypi/v/fortnitepy-edit.svg)](https://pypi.org/project/fortnitepy-edit/)\n\n\nAsynchronous library for interacting with Fortnite and EpicGames' API and XMPP services.\n\n**Note:** This library is still under developement so breaking changes might happen at any time.\n\n**Some key features:**\n- Full support for Friends.\n- Support for XMPP events including friend and party messages + many more.\n- Support for Parties.\n- Support for Battle Royale stats.\n\n# Documentation\nhttps://fortnitepy.readthedocs.io/en/latest/\n\n# Installing\n```\n# windows\npy -3 -m pip install -U git+https://github.com/klldtest/fortnitepy-edit\npy -3 -m pip install -U fortnitepy-edit\n\n# linux\npython3 -m pip install -U git+https://github.com/klldtest/fortnitepy-edit\npython3 -m pip install -U fortnitepy-edit\n```\n\n# Basic usage\n```py\nimport fortnitepy\nimport asyncio\n\nfrom fortnitepy.ext import commands\n\nasync def main():\n bot = commands.Bot(\n command_prefix='!',\n auth=fortnitepy.DeviceCodeAuth()\n )\n\n @bot.event\n async def event_ready():\n print('----------------')\n print('Bot ready as')\n print(bot.user.display_name)\n print('----------------')\n\n @bot.event\n async def event_friend_request(request):\n await request.accept()\n\n @bot.command()\n async def hello(ctx):\n await ctx.send('Hello!')\n\n await bot.start()\n\nif __name__ == \"__main__\":\n asyncio.run(main())\n```\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Library for interacting with fortnite services",
"version": "1.1.6",
"project_urls": {
"Documentation": "https://fortnitepy.readthedocs.io/en/latest/",
"Issue tracker": "https://github.com/klldtest/fortnitepy-edit/Issue"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "17fdc3ed00529e7c5a97f31fd9ac0dcf63b7ddc155108ac3d5bb089869566813",
"md5": "2fa87974edac866e97f24d959ae51d75",
"sha256": "5e86b7f31a8d29b1399b65e814a49d11f7da085b955ba273940a30daf24712e5"
},
"downloads": -1,
"filename": "fortnitepy_edit-1.1.6-py3-none-any.whl",
"has_sig": false,
"md5_digest": "2fa87974edac866e97f24d959ae51d75",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.5.3",
"size": 182708,
"upload_time": "2024-10-31T10:42:59",
"upload_time_iso_8601": "2024-10-31T10:42:59.722237Z",
"url": "https://files.pythonhosted.org/packages/17/fd/c3ed00529e7c5a97f31fd9ac0dcf63b7ddc155108ac3d5bb089869566813/fortnitepy_edit-1.1.6-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "c0e6e902ef341eb1d4a76e00ce0da8f9a0bb08736c444b9d701a51f8a85fb474",
"md5": "0ff3d2adeb12decf8522beded366fa59",
"sha256": "7f6c2ac868ef3d4641248864c757ae36d07153c2993971e5ce86b4b874afa1e7"
},
"downloads": -1,
"filename": "fortnitepy_edit-1.1.6.tar.gz",
"has_sig": false,
"md5_digest": "0ff3d2adeb12decf8522beded366fa59",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.5.3",
"size": 156947,
"upload_time": "2024-10-31T10:43:04",
"upload_time_iso_8601": "2024-10-31T10:43:04.954556Z",
"url": "https://files.pythonhosted.org/packages/c0/e6/e902ef341eb1d4a76e00ce0da8f9a0bb08736c444b9d701a51f8a85fb474/fortnitepy_edit-1.1.6.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-10-31 10:43:04",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "klldtest",
"github_project": "fortnitepy-edit",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"requirements": [],
"lcname": "fortnitepy-edit"
}