Name | robloxmemoryapi JSON |
Version |
0.0.1
JSON |
| download |
home_page | None |
Summary | Python Library that abstracts reading data from the Roblox DataModel |
upload_time | 2025-08-29 04:40:21 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.9 |
license | Copyright 2025 upio, mstudio45, master oogway
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.
|
keywords |
roblox
memory
windows
|
VCS |
 |
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# RobloxMemoryAPI
A Python library that is _hopefully stealthy_ and abstracts externally reading memory to get datamodel information from the roblox game client.
This was made by [upio](https://github.com/notpoiu), [mstudio45](https://github.com/mstudio45), and [Master Oogway](https://github.com/ActualMasterOogway) and created for the [Dig Macro](https://github.com/mstudio45/digmacro) project (external mode and not the computer vision mode).
## Installation
PyPI:
```bash
pip install robloxmemoryapi
```
Development (editable install from source):
```bash
pip install -e .
```
## Usage
An example script can be found in [example.py](example.py). If running from the repo, use the editable install above so `import robloxmemoryapi` resolves the `src` package.
Import the library and create a client instance:
```python
from robloxmemoryapi import RobloxGameClient
client = RobloxGameClient()
```
Access the data model:
```python
game = client.DataModel
```
Get the local player's name:
```python
print("Player Name:", game.Players.LocalPlayer.Name)
```
## License
This project is licensed under the MIT License.
Raw data
{
"_id": null,
"home_page": null,
"name": "robloxmemoryapi",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": null,
"keywords": "roblox, memory, windows",
"author": null,
"author_email": "upio <notpoiu@users.noreply.github.com>, mstudio45 <mstudio45@users.noreply.github.com>, ActualMasterOogway <ActualMasterOogway@users.noreply.github.com>",
"download_url": "https://files.pythonhosted.org/packages/cf/9d/2a3e59da99db651dc8eebbe7ab681857a1054e04377ce3a7702c1f678944/robloxmemoryapi-0.0.1.tar.gz",
"platform": null,
"description": "# RobloxMemoryAPI\n\nA Python library that is _hopefully stealthy_ and abstracts externally reading memory to get datamodel information from the roblox game client.\n\nThis was made by [upio](https://github.com/notpoiu), [mstudio45](https://github.com/mstudio45), and [Master Oogway](https://github.com/ActualMasterOogway) and created for the [Dig Macro](https://github.com/mstudio45/digmacro) project (external mode and not the computer vision mode).\n\n## Installation\n\nPyPI:\n\n```bash\npip install robloxmemoryapi\n```\n\nDevelopment (editable install from source):\n\n```bash\npip install -e .\n```\n\n## Usage\n\nAn example script can be found in [example.py](example.py). If running from the repo, use the editable install above so `import robloxmemoryapi` resolves the `src` package.\n\nImport the library and create a client instance:\n\n```python\nfrom robloxmemoryapi import RobloxGameClient\n\nclient = RobloxGameClient()\n```\n\nAccess the data model:\n\n```python\ngame = client.DataModel\n```\n\nGet the local player's name:\n\n```python\nprint(\"Player Name:\", game.Players.LocalPlayer.Name)\n```\n\n## License\n\nThis project is licensed under the MIT License.\n",
"bugtrack_url": null,
"license": "Copyright 2025 upio, mstudio45, master oogway\n \n Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \u201cSoftware\u201d), 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:\n \n The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n \n THE SOFTWARE IS PROVIDED \u201cAS IS\u201d, 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.\n ",
"summary": "Python Library that abstracts reading data from the Roblox DataModel",
"version": "0.0.1",
"project_urls": {
"Homepage": "https://github.com/notpoiu/RobloxMemoryAPI",
"Issues": "https://github.com/notpoiu/RobloxMemoryAPI/issues"
},
"split_keywords": [
"roblox",
" memory",
" windows"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "1cca24ed86c8a84d3a92091f65b97d5a3cf59da2f13c4c65eb3c2357b7dc79a7",
"md5": "1db8e9315ca36081f2f5c18392855a6d",
"sha256": "aabee5e4c1089cbaf74f7b6cd742f2edf2c018f802fbe39512d6cba71fae1e9c"
},
"downloads": -1,
"filename": "robloxmemoryapi-0.0.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "1db8e9315ca36081f2f5c18392855a6d",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 13692,
"upload_time": "2025-08-29T04:40:19",
"upload_time_iso_8601": "2025-08-29T04:40:19.974414Z",
"url": "https://files.pythonhosted.org/packages/1c/ca/24ed86c8a84d3a92091f65b97d5a3cf59da2f13c4c65eb3c2357b7dc79a7/robloxmemoryapi-0.0.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "cf9d2a3e59da99db651dc8eebbe7ab681857a1054e04377ce3a7702c1f678944",
"md5": "22184850b80e28cc83fe6b423f66a745",
"sha256": "bd198e1dee8400d387bfa81d48ffd6f3f795aae65d08d6293ca41ae0b65b595c"
},
"downloads": -1,
"filename": "robloxmemoryapi-0.0.1.tar.gz",
"has_sig": false,
"md5_digest": "22184850b80e28cc83fe6b423f66a745",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 12969,
"upload_time": "2025-08-29T04:40:21",
"upload_time_iso_8601": "2025-08-29T04:40:21.132920Z",
"url": "https://files.pythonhosted.org/packages/cf/9d/2a3e59da99db651dc8eebbe7ab681857a1054e04377ce3a7702c1f678944/robloxmemoryapi-0.0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-08-29 04:40:21",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "notpoiu",
"github_project": "RobloxMemoryAPI",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "robloxmemoryapi"
}