Products
draw-action
Draw Yu-Gi-Oh! Card on GitHub issue.
iyashi
“iyashi” is a slack bot that randomly returns the pictures of animals you posted.
When you post a picture of an animal, it will be automatically classified and registered.
go-yugioh
Go library for accessing the Yu-Gi-Oh! API by YGOPRODeck.
import (
"fmt"
"github.com/Doarakko/go-yugioh/yugioh"
)
func main() {
client := yugioh.NewClient()
cards, _, _ := client.Cards.List(
&yugioh.CardsListOptions{
KeyWord: "dragon", Type: "Fusion Monster", Attribute: "light"})
for _, card := range cards {
fmt.Printf("Name: %v\nType: %v\nRace: %v\nDescription:\n%v\n\n",
card.Name, card.Type, card.Race, card.Description)
}
}
Name: A-to-Z-Dragon Buster Cannon
Type: Fusion Monster
Race: Machine
Description:
"ABC-Dragon Buster" + "XYZ-Dragon Cannon"
Must be Special Summoned (from your Extra Deck) by banishing cards you control with the above original names, and cannot be Special Summoned by other ways. (You do not use "Polymerization".) During either player's turn, when your opponent activates a Spell/Trap Card, or monster effect: You can discard 1 card; negate the activation, and if you do, destroy that card. During either player's turn: You can banish this card, then target 1 each of your banished "ABC-Dragon Buster", and "XYZ-Dragon Cannon"; Special Summon them.
Name: ABC-Dragon Buster
Type: Fusion Monster
Race: Machine
Description:
"A-Assault Core" + "B-Buster Drake" + "C-Crush Wyvern"
Must first be Special Summoned (from your Extra Deck) by banishing the above cards you control and/or from your Graveyard. (You do not use "Polymerization".) Once per turn, during either player's turn: You can discard 1 card, then target 1 card on the field; banish it. During your opponent's turn: You can Tribute this card, then target 3 of your banished LIGHT Machine-Type Union monsters with different names; Special Summon them (this is a Quick Effect).
...
draw
Draw Yu-Gi-Oh! Card.
Otoko Banzuke
Search Otoko from YouTube comments, and make banzuke based on comment like count.
bigburger
bigburger is command line tool displayed big burger with toppings.
Kagoole
Search Kaggle competitions and solutions based on data and predict type, evaluation metric, etc.
Kaggle Calendar
Kaggle google calendar by data type.
Kaggle Kernel Notification
Notify new Kaggle kernels to Slack or LINE without coding.
Kaggle Competition Notification
Notify new Kaggle competition to Slack or LINE without coding.