[10:49:04] [telegram] Hi. I want to download full categories/words hierarchy for en, fi, dk Wiktionary using mwclient. Should I add delays between queries manually to avoid banning, or it's handled in the mwclient automatically? [10:50:27] [telegram] Maybe just download the dump? [10:51:32] [telegram] Like https://dumps.wikimedia.org/fiwiktionary/20200820/ [10:53:54] [telegram] As I understand, categories are available only in MySQL's SQL format, so I need to install MySQL and load the dump. I thought that there is an easier way. (re @Maarten: Maybe just download the dump?) [10:55:55] [telegram] I'm pretty sure you can just use sqlite in Python to open the file without having to install MySQL