RobloxPy is a python API wrapper for roblox. This allows for quick and easy integration of these API's into a python project.
If you need any help using RobloxPy or want to request an additional please join the discord server at https://www.kristansmout.com/discord Accept The Terms & Create a ticketTo use the wrapper you will need to download and import robloxpy into your current project. The project has been designed to not include external requirements that are not included within the base installation of python.
None
pip install robloxpy
If you wish to update robloxpy in the future you can also do this through pip
pip install robloxpy --upgrade
Robloxpy is built on community feedback, if you have a feature you want added please make it known on the discord and we will see if we can implement it for you. Not all features can be added and some are emitted to prevent abuse.
- GetVersion
- UpdateInstructions
- SetProxy
- CheckProxy
- CheckCookie
- External
- GetUniverseData
- GetUniverseVotes
- GetUniverseFavourites
- GetCurrentUniversePlayers
- GetUniverseVisits
- GetUniverseLikes
- GetUniverseDislikes
- Internal
- GetUniverseID
- GetCurrentPlayers
- GetGameVisits
- GetGameLikes
- GetGameDislikes
- GetGameFavourites
- External
- IsGroupOwned
- GetName
- GetOwner
- GetDescription
- GetEmblem
- GetRoles
- GetAllies
- GetEnemies
- GetMemberCount
- isPublic
- isBCOnly
- GetMembersList
- GetMembersinRoleList
- Internal *
- External
- CanManageAsset
- GetLimitedPriceData
- GetLimitedRemaining
- GetLimitedTotal
- GetLimitedSales
- GetLimitedRAP
- GetLimitedSalePrice
- GetLimitedChangePercentage
- GetAssetImage
- Internal
- BuyItem
- External
- GetID
- GetUserName
- UsernameHistory
- IsOnline
- Isbanned
- GetDescription
- GetAge
- CreationDate
- GetRAP
- GetBust
- GetHeadshot
- GetStatus
- Internal
- SetCookie
- GetDetails
- isFollowing
- FollowUser
- UnfollowUser
- BlockUser
- UnblockUser
- GetBlockedUsers
- SendMessage
- JoinGame
- External
- GetAll
- GetCount
- GetOnline
- GetOffline
- GetFollowerCount
- GetFollowers
- GetFollowingCount
- GetFollowing
- Internal
- SendFriendRequest
- Unfriend
- TotalFriends
- External
- GetGroups
- Internal
- Claim
- Join
- Leave
- GetFunds
- Payout
- PercentagePayout
- SendWallPost
- SendGroupShout
- ChangeDescription
- ChangeRank
This section will cover the usage of robloxpy, it will provide examples for commands and the expected outputs to help you achieve what you want to achieve with robloxpy.