Rolimons
An unofficial Python API wrapper for Rolimons
rolimons.py is an api wrapper for rolimons It allows you to fetch data from the official rolimons api as well as data that can only be scraped.
Getting Started
pip install rolimons
Quick Start 🛠️
import rolimons
# Fetches full user data for Roblox
player = rolimons.player(username='Roblox')
print(player.rap, player.value)
# Fetches statistics for Valkyrie Helm
item = rolimons.item(1365767)
print(item.rap, item.value)
# Gets sales data for Valkyrie Helm
sales = item.get_recent_sales()
for sale in sales:
print(sale.timestamp, sale.old_rap, sale.new_rap)
# Gets basic user data for users on the leaderboard
for player in rolimons.utils().get_leaderboard():
print(player.name, player.value, player.rap)
Release files for rolimons 2.8.5
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| rolimons-2.8.5.tar.gz | 4.6 kB | Details |
Release files / rolimons-2.8.5.tar.gz
| Download URL | rolimons-2.8.5.tar.gz |
|---|---|
| Size | 4.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
3ae53ad0c3e53e716ddb2236e9fe888735a7540b807a6f6f7a5166d10e03af5c
|
|
BLAKE2b-256 checksum How to use checksums |
cd7bd718b04be036322594b3d2ac6b6546ed31f0b5c0031af8d6d1e905e61133
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.10.6
|