Skip to content

Instantly share code, notes, and snippets.

@lillesvin
lillesvin / izbot2-lb.rb
Created June 16, 2022 22:03
iZBOT 2 Leaderboard Viewer
=begin
Leaderboard scraper for iZBOT 2 (but can probably be adapted
for other games using Steam leaderboards.
WARNING: USE AT YOUR OWN RISK! THIS SCRAPES STEAM FOR THE
LEADERBOARD DATA, WHICH IS PROBABLY AGAINST THE STEAM TOS.
SETUP: First of all, you'll need Ruby (probably version 2.7
or above), and then you'll need 'oga' (`gem install oga`).