LewisJohnson / leaguespy

OSRS Leagues Tasks Comparison tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OSRS Leagues Comparison Tool

This package can be used to compare OSRS leagues accounts on an individual task level.

It takes a little bit to run while it emulates opening a browser to grab league progress.

Installation

pip install git+https://github.com/k2bd/leaguespy

Usage

See available commands with:

leaguespy --help

Commands have some shared optional arguments:

  • --regions: A comma-separated list of unlockable regions to include. Defaults to all regions. You can type full names, or common single-letter abbreviations (e.g. 'a' for Asgarnia, 'z' for Zeah, ...)
  • --exclude-global: Exclude global tasks and tasks from Misthalin and Karamja

Suggesting tasks

This will list any tasks you haven't done and that any of your friends have done. Put yourself first in the list.

leaguespy suggest [--regions [...]] [--exclude-global] player1 player2 [...]

Listing tasks completed by a group

This will list all tasks any of the given players have done

leaguespy tasks [--regions [...]] [--exclude-global] player1 player2 [...]

About

OSRS Leagues Tasks Comparison tool


Languages

Language:Python 100.0%