How to speed up Pywikibot?
Use PreloadingGenerator
so that pages are loaded in batches. Or MySQLPageGenerator
if you use direct DB access.
See examples here.
Use PreloadingGenerator
so that pages are loaded in batches. Or MySQLPageGenerator
if you use direct DB access.
See examples here.