Code Monkey home page Code Monkey logo

pyblox's Introduction

Pyblox

GitHub license Travis ROBLOX API Discord

An API wrapper for Roblox written in Python.

The purpose of this API wrapper is to expose Roblox's API for third party use and/or for individual standalone projects. This is the first stable Python API wrapper for the Roblox API. Documentation: http://pyblox.readthedocs.io/en/latest/

Feel free to contribute to the documentation.

If 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.

Updating

The Roblox API updates whenever nessary and often the developers don't specify when or why these changes are taking place. Due to this, this repo could break at anytime. If a break does occur, please open up an issue on repo detailing the error.

Installing

To install Pyblox to your windows machine, you must do the following:

1. Download or Clone this repo
2. Place the "pyblox" folder into C:\Users\YOURUSERNAMEONWINDOWSMACHINE\AppData\Local\Programs\Python\Python35-32\Lib\site-packages

MacOS and Linux are supported but installation will vary. This was developed on a windows-based machine and thus, it's recommended to use windows.

Quick Example

import pyblox # Imports the API Wrapper 

def GetAllFriends():
	CoolPeople = Friends.friendList(1) # Gets Friends List
	print(CoolPeople) # Returns usernames and prints them on console

GetAllFriends() # Calls "haha" method

Requirements

  • Python 3+
  • pip install requests

note: requests may have been already installed pyblox may be compatible with python 2x. Howveer, it has not been tested.

Related Projects

https://github.com/sentanos/roblox-js https://github.com/CrescentCode/RobloxCommunication https://github.com/CrescentCode/Freya https://github.com/NoahCristino/robloxlib https://github.com/winfamy/nodeblox https://github.com/gamenew09/RobloxAPI https://github.com/NevermoreFramework/Nevermore

pyblox's People

Contributors

sanjay-b avatar

Watchers

 avatar  avatar

Forkers

jo9182

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.