i have a folder with wikipedia article (XML format).
I want imported files throught the Webinterface (Special:Import). Currently i do it with imacro. But this often hangs and need a lot of resources (Memory) an can only processing one file at once.So i am looking for better solution.
I currently figured out, that in have to login to get an edittoken. This is needed to upload the file.
Read already this. get stuck To get his run in need two wget/curl "commandlines"
- to login and get the edittoken (push user and pwd to form, get edittoken)
- push the file to the Formular (push edittoken and content to form)
- Building the loop to processing more than one file, i can do by my own.