havanagrawal / wikidata-toolkit

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

Use SingleSiteBot/WikidataBot pattern instead of raw generators #4

Closed havanagrawal closed 5 years ago

havanagrawal commented 5 years ago

The current scripts use raw generators to iterate through and module level functions to fix pages. Instead, a more flexible way would be to use SingleSiteBot or WikidataBot that can then be imported as a single logical entity in other scripts.