Good evening, everyone!
I am working on a proxy block bot for ru.wikipedia at the moment but I don't want to invent bicycle twice :)
As I remember there is no script in framework that can be used as a sufficient base for mass blocking users/IPs and checking whether they are already blocked.
Maybe someone has similar workings and is ready to share them? Otherwise I will switch to my own work on it...
Pywiki can block/unblock fairly easily. see userlib and the user object.
On Sun, Jan 12, 2014 at 11:51 AM, rubin.happy rubin.happy@gmail.com wrote:
Good evening, everyone!
I am working on a proxy block bot for ru.wikipedia at the moment but I don't want to invent bicycle twice :)
As I remember there is no script in framework that can be used as a sufficient base for mass blocking users/IPs and checking whether they are already blocked.
Maybe someone has similar workings and is ready to share them? Otherwise I will switch to my own work on it...
Pywikipedia-l mailing list Pywikipedia-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/pywikipedia-l
Once I began a library, you may find it in the compat branch of PWB as apispec.py. The purpose was to create an API-based library to the special pages. Currently there is nothing in it for blocking but for checking blocks there is. Feel free to continue if you want!
pywikipedia-l@lists.wikimedia.org