Skip to content

Instantly share code, notes, and snippets.

@dereckson
dereckson / idlerpg-check.tcl
Created February 27, 2024 02:37
Check if you're online on Idle RPG
#!/usr/bin/env tclsh8.6
# -------------------------------------------------------------
# IdleRPG client
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Description: Allow to query XML API from IdleRPG
# License: BSD-2-Clause
# Usage: idlerpg-check <player name>
# -------------------------------------------------------------