Plutonium MCPE Scraper est un module Python qui extrait et organise les informations de statistiques à partir du site de Plutonium MCBE, les présentant sous forme de dictionnaire propre.
## Utilisation
Obtention des statistiques d'un joueur
```python
import plutonium
name = 'Cylion LM'
playerClass = plutonium.player()
data = playerClass.get(name)
```
### Valeur de 'data'
```
{'code': 200, 'data': {'rank': 'Joueur', 'head': 'https://cdn.plutonium.best/Cylion LM/head', 'body': 'https://cdn.plutonium.best/Cylion LM/body', 'kills': {'amount': '0', 'top': '#8155'}, 'money': {'amount': '15189', 'top': '#439'}, 'jobs': {'farmer': {'level': '0', 'exp': '0%'}, 'Miner': {'level': '0', 'exp': '0%'}, 'Lumberjack': {'level': '0', 'exp': '0%'}, 'Killer': {'level': '0', 'exp': '0%'}}}}
```
## License
Copyright (c) 2023 LocheMan
Raw data
{
"_id": null,
"home_page": "https://github.com/LocheMan/",
"name": "PlutoniumMCPE",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "plutonium,mcpe,mcbe",
"author": "LocheMan",
"author_email": "",
"download_url": "https://files.pythonhosted.org/packages/c7/ec/6ac8fc24ba7d0e7a81611b20394127877109cfb47b5b16ef28eb24c724aa/PlutoniumMCPE-1.0.2.tar.gz",
"platform": null,
"description": "Plutonium MCPE Scraper est un module Python qui extrait et organise les informations de statistiques \u00e0 partir du site de Plutonium MCBE, les pr\u00e9sentant sous forme de dictionnaire propre.\r\n\r\n## Utilisation\r\n\r\nObtention des statistiques d'un joueur\r\n```python\r\nimport plutonium\r\n\r\nname = 'Cylion LM'\r\n\r\nplayerClass = plutonium.player()\r\ndata = playerClass.get(name)\r\n```\r\n\r\n### Valeur de 'data'\r\n```\r\n{'code': 200, 'data': {'rank': 'Joueur', 'head': 'https://cdn.plutonium.best/Cylion LM/head', 'body': 'https://cdn.plutonium.best/Cylion LM/body', 'kills': {'amount': '0', 'top': '#8155'}, 'money': {'amount': '15189', 'top': '#439'}, 'jobs': {'farmer': {'level': '0', 'exp': '0%'}, 'Miner': {'level': '0', 'exp': '0%'}, 'Lumberjack': {'level': '0', 'exp': '0%'}, 'Killer': {'level': '0', 'exp': '0%'}}}}\r\n```\r\n\r\n## License\r\n\r\nCopyright (c) 2023 LocheMan\r\n",
"bugtrack_url": null,
"license": "",
"summary": "Plutonium MCPE Scraper",
"version": "1.0.2",
"project_urls": {
"Homepage": "https://github.com/LocheMan/"
},
"split_keywords": [
"plutonium",
"mcpe",
"mcbe"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "50db104c1c46cd6cbfe02df49d2fc608e8a2d512cef3283fd2f898ef8cb0657a",
"md5": "ff2c4a5d65d33a3b793c468011ca6be9",
"sha256": "d6cd4b5dbc7b602ec2ed2271764ed8a2906f92d8ab715ab9de6fd725d5d6b2f4"
},
"downloads": -1,
"filename": "PlutoniumMCPE-1.0.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "ff2c4a5d65d33a3b793c468011ca6be9",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 6920,
"upload_time": "2023-12-16T11:23:22",
"upload_time_iso_8601": "2023-12-16T11:23:22.015645Z",
"url": "https://files.pythonhosted.org/packages/50/db/104c1c46cd6cbfe02df49d2fc608e8a2d512cef3283fd2f898ef8cb0657a/PlutoniumMCPE-1.0.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "c7ec6ac8fc24ba7d0e7a81611b20394127877109cfb47b5b16ef28eb24c724aa",
"md5": "bd918c87e9a3d71a5f6ac4200c4cb11e",
"sha256": "23006f7b3183a89b4811a0d96e1cb769c41ce46bffbc1093427ddec5894f9d2a"
},
"downloads": -1,
"filename": "PlutoniumMCPE-1.0.2.tar.gz",
"has_sig": false,
"md5_digest": "bd918c87e9a3d71a5f6ac4200c4cb11e",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 4611,
"upload_time": "2023-12-16T11:23:23",
"upload_time_iso_8601": "2023-12-16T11:23:23.032678Z",
"url": "https://files.pythonhosted.org/packages/c7/ec/6ac8fc24ba7d0e7a81611b20394127877109cfb47b5b16ef28eb24c724aa/PlutoniumMCPE-1.0.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-12-16 11:23:23",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "plutoniummcpe"
}