I wanted to create a bunch of pages using add_text.py, but I get the error message
WARNING: Page [[de:xyz]] does not exist on wikipedia.de.
I there any possibility to suppress this error message and to create the pages anyway?
I wanted to create a bunch of pages using add_text.py, but I get the error message
WARNING: Page [[de:xyz]] does not exist on wikipedia.de.
I there any possibility to suppress this error message and to create the pages anyway?
Currently not because AddTextBot is derived from ExistingPageBot which skips existing pages. Maybe a -create
option should be implemented?