havanagrawal / wikidata-toolkit

Bot for Wikidata to fix consistency and constraint issues on television series :tv:
MIT License
5 stars 8 forks source link

Implement BoardGameGeek ID extraction from board game title #12

Closed havanagrawal closed 3 years ago

havanagrawal commented 3 years ago

Problem

Implement the board_game_geek_id function in external_identifier

Prerequisites

How to Test

Simply run python3 external_identifier.py and it will run doctests. Ensure that the test for board_game_geek_id passes.

Hints

saikirankv commented 3 years ago

@havanagrawal can I take this?