Skip to main content

Rolimons API Wrapper

Project description

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)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

rolimons-2.8.5.tar.gz (4.6 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page