Skip to content

command line client for AEG's Oracle of the Void l5r card database

Notifications You must be signed in to change notification settings

cielago/Ishiken

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Ishiken

A Python Command Line Client for AEG’s Oracle of the Void l5r card database.

Dependencies

  • Python 2.7+ (developed with Python 2.7.6, not tested yet with any other version)
  • Requests (install via pip install requests)
  • Progressbar (install via pip install progressbar or download here)

Usage

ishiken.py [-h] [-t TITLE] [-s SET] [-k KEYWORD] [-l LEGALITY] [-r RARITY] [-x TEXT] [-y TYPE] [-c CLAN] [-o OUTPUT]

Each of the arguments represents a different search criteria. At least one must be specified besides output. Two different types of criteria: plain text search and variable. Plain text does a search in the field indicated. Variable requires one of a specific set of vars to be passed. Var input validation is forthcoming, but in the mean time if you care enough about l5r to use this, you probably can guess what these should be. If you’re having issues, check Oracle’s dropdowns.

Plain Text Search

Title - plain text search in Card Title field Keyword - plain text search in Keyword field Text - plain text search in Card Text field

Variables

Set - Set (see dropdown) Legality - Legality (see dropdown) Rarity - [Rare, Uncommon, Common, Fixed, Premium, Promo, None] Type - [Ancestor, Celestial, Clock, Event, Follower, Holding, Item, Other, Personality, Proxy, Region, Ring, Sensei, Spell, Strategy, Stronghold, Territory, Wind]

TODO

  1. Re-implement the reprint function that spurred the creation of this whole thing, which was broken when i re-wrote a few pieces to make it faster
  2. better formatting for output
  3. the rest of the fields available on the site

Disclaimer

I am not affiliated at all with AEG, I’m just a fan who hates doing anything with the mouse. As this makes requests identically to the website, I do not believe this is in any violation of the site’s terms, but I would not bet money on that.

About

command line client for AEG's Oracle of the Void l5r card database

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages