pip install rolilib
import rolilib
item = rolilib.getItem('138932314') # Item's id
print('Name:', item.name)
print('RAP:', item.rap)
Output:
Name: Dominus Aureus
RAP: 4316150
import rolilib
player = rolilib.getPlayer('Rolimon') # Letter case does not matter
print('Name:', player.name)
print('Id:', player.id)
print('RAP:', player.rap)
print('--------------------')
player = rolilib.getPlayer('489694314') # Also, you can pass id
print('Name:', player.name)
print('Id:', player.id)
print('RAP:', player.rap)
Output:
Name: Rolimon
Id: 152588760
RAP: 478207
--------------------
Name: And23102
Id: 489694314
RAP: 2155
import rolilib
limiteds = rolilib.getLimiteds() # Gets data of every limited item. From oldest to newest
print(limiteds.name) # Prints only names of limiteds
Output: (I won't show the full output because it contains more than 50,000 characters)
['Red Baseball Cap', 'Classic ROBLOX Viking Helm', 'The Classic ROBLOX Fedora', 'Domino Crown' ... 'Vault Commando', 'Vault Swordpack', 'Vault Glider Wings', 'Daemonshank']
Returns item's id
Returns item's name
Returns item's acronym
Returns item's rap
Returns item's value
Returns item's original/default value
Returns item's demand
Unassigned | Terrible | Low | Normal | High | Amazing |
---|---|---|---|---|---|
-1 | 0 | 1 | 2 | 3 | 4 |
Returns item's trend
Unassigned | Unstable | Lowering | Stable | Raising | Fluctuating |
---|---|---|---|---|---|
-1 | 0 | 1 | 2 | 3 | 4 |
Returns whether the item is projected
False | True |
---|---|
-1 | 1 |
Returns whether the item is hyped
False | True |
---|---|
-1 | 1 |
Returns whether the item is rare
False | True |
---|---|
-1 | 1 |
Returns players's id
Returns players's username
Returns players's value
Returns players's rap
Returns players's rank in leaderboard
Outside top 1000 | Inside top 1000 |
---|---|
None | Value from 1 to 1000 |
Returns whether the player has premium
Returns whether the player has inventory private
Returns whether the player is terminated
Returns when player's stats were updated the last time. Returns unix timestamp
Returns when player's stats were updated the last time. Returns date in UTC
Returns when player's stats were scanned the last time. Returns unix timestamp
Returns when player's stats were scanned the last time. Returns date in UTC
Returns when the player was online last time. Returns unix timestamp
Returns when the player was online last time. Returns date in UTC
Returns where was the player when he was checked the last time