{ "info": { "author": "Sanjay-B(Sanjay Bhadra)", "author_email": "", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7" ], "description": "# Pyblox\n\n![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)\n[![Travis](https://img.shields.io/travis/rust-lang/rust.svg)]()\n[![ROBLOX API Discord](https://img.shields.io/badge/discord-roblox%20api%20chat-blue.svg)](https://discord.gg/EDXNdAT)\n\nAn API wrapper for Roblox written in Python.\n\nThe purpose of this API wrapper is to expose Roblox's API for third party use and/or for individual standalone projects.\nThis is the first stable Python API wrapper for the Roblox API. Documentation can be found within each module. I encourage\ndevelopers to look into the codebase to better understand this wrapper and what it can truly offer. \n\nIf you would like to contribute, create a pull request with the changes you made. If you have a complaint, issue or problem, create an issue and I will try to answer as fast as I can. \n\nFor user's wanting a Python 2x-compatible version: https://github.com/Sanjay-B/Pyblox/tree/python2\n\n### Updating\n\nThe Roblox API updates whenever necessary and often the developers don't specify when or why these changes are taking place.\nDue to this, this repo could break at anytime. If a break does occur, please open up an issue on this repo detailing the error.\n\n## Installing\n\nTo install Pyblox to your windows machine, you must do the following:\n```\n1. Download or Clone this repo\n2. Place the \"pyblox\" folder into C:\\Users\\YOURUSERNAMEONWINDOWSMACHINE\\AppData\\Local\\Programs\\Python\\Python35-32\\Lib\\site-packages\n```\nMacOS and Linux are supported but installation will vary.\nThis was developed on a windows-based machine and thus, it's recommended to use windows.\n\n## Quick Example\n\n```py\nfrom pyblox import Friends # Imports the Friends class from pyblox wrapper \n\ndef GetAllFriends():\n\tCoolPeople = Friends.friendList(1) # Gets Friends List, page 1\n\tprint(CoolPeople) # Returns usernames and prints them on console\n\nGetAllFriends() # Calls \"GetAllFriends\" method\n```\n\n## Requirements\n\n- Python 3+\n- ``pip install requests``\n\n*note: requests may have been already installed.*\n*pyblox may be compatible with python 2x. However, it has not been tested.*\n\n## Related Projects\nhttps://github.com/sentanos/roblox-js\nhttps://github.com/CrescentCode/RobloxCommunication\nhttps://github.com/CrescentCode/Freya\nhttps://github.com/NoahCristino/robloxlib\nhttps://github.com/winfamy/nodeblox\nhttps://github.com/gamenew09/RobloxAPI\nhttps://github.com/NevermoreFramework/Nevermore", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/Sanjay-B/Pyblox/tree/master", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "pyblox3", "package_url": "https://pypi.org/project/pyblox3/", "platform": "", "project_url": "https://pypi.org/project/pyblox3/", "project_urls": { "Homepage": "https://github.com/Sanjay-B/Pyblox/tree/master" }, "release_url": "https://pypi.org/project/pyblox3/2.4.1/", "requires_dist": null, "requires_python": ">=3", "summary": "An API wrapper for Roblox written in Python.", "version": "2.4.1" }, "last_serial": 3564754, "releases": { "2.4.1": [ { "comment_text": "", "digests": { "md5": "351b4499894a6da57d5c663b6a00ddef", "sha256": "49cb9149e5e7bc4dacbbbd042ad7171daba7f1a3c4a89f8850eec008df595e4c" }, "downloads": -1, "filename": "pyblox3-2.4.1.tar.gz", "has_sig": false, "md5_digest": "351b4499894a6da57d5c663b6a00ddef", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 4743, "upload_time": "2018-02-08T17:45:09", "url": "https://files.pythonhosted.org/packages/ed/c1/a381021dea3ce6a8a3f702df21d6ba730f812056d7eca4b708844f6d3429/pyblox3-2.4.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "351b4499894a6da57d5c663b6a00ddef", "sha256": "49cb9149e5e7bc4dacbbbd042ad7171daba7f1a3c4a89f8850eec008df595e4c" }, "downloads": -1, "filename": "pyblox3-2.4.1.tar.gz", "has_sig": false, "md5_digest": "351b4499894a6da57d5c663b6a00ddef", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 4743, "upload_time": "2018-02-08T17:45:09", "url": "https://files.pythonhosted.org/packages/ed/c1/a381021dea3ce6a8a3f702df21d6ba730f812056d7eca4b708844f6d3429/pyblox3-2.4.1.tar.gz" } ] }