Difference between revisions of "User:Ch4zm/Hellmouth II/Wiki bot retrofit"

From Golly.Life Wiki
Line 18: Line 18:
  
 
==Botdrivers==
 
==Botdrivers==
 +
 +
===crowns driver===
  
 
crowns driver golly:
 
crowns driver golly:
Line 25: Line 27:
 
* {{Tl|JetstreamCrownHellmouthIICupSeason}}
 
* {{Tl|JetstreamCrownHellmouthIICupSeason}}
 
* {{Tl|JetstreamCrownHellmouthIICupPostseason}}
 
* {{Tl|JetstreamCrownHellmouthIICupPostseason}}
 +
 +
also had to go in and figure out exactly where to use "crown_data.name" versus "crown_data.spaces_name"

Revision as of 17:45, 7 October 2023

Retrofit pkg modules

Where did we start?

  • pkg/summaries/
  • pkg/winners/
  • pkg/seasons/

Next, look for all the imports of cup data classes that don't include Hellmouth II:

$ grep "from ..cup_data import HellmouthCup" pkg/* -r
  • pkg/crowns/
  • pkg/records/
  • (leave records for last...)

Botdrivers

crowns driver

crowns driver golly:

also had to go in and figure out exactly where to use "crown_data.name" versus "crown_data.spaces_name"