Skip to content
This repository has been archived by the owner on Jun 28, 2023. It is now read-only.

Add mtgcard service #267

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Feb 21, 2019

  1. Add mtgcard service

    This service makes API calls to https://scryfall.com/docs/api/ and returns
    information about "Magic: the Gathering" cards.
    
    It provides a command:
    !mtcard card name
    
    And it provides expansion for:
    [[card name]]
    
    Both will return an html message with card information, links, and price.
    
    I'm curious if you folks see it relevant to be added to go-neb or not.
    
    If you want to see it live, hop to #magicthegathering:matrix.org (currently
    running non-dedicated).
    viccuad committed Feb 21, 2019
    Configuration menu
    Copy the full SHA
    ab4dd0d View commit details
    Browse the repository at this point in the history
  2. Fine tune the mention regex with unicode classes

    Now it matches [[urza's rage]], [[Übermäßiges Wachstum]], and the like.
    viccuad committed Feb 21, 2019
    Configuration menu
    Copy the full SHA
    51ab2e8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e0cba23 View commit details
    Browse the repository at this point in the history