Page MenuHomePhabricator

PendingChangesBot: Add global bot and former global bot detection
Open, Needs TriagePublic

Description

Modify bot detection so that code will detect also if user is global bot or former global bot. This needs to be queried from metawiki:

You can read the global bot information like this using SQL

Example for SQL query can be found here

Site parameter for metawiki can be fetched like this

site = pywikibot.Site("meta", "meta")

Bot detection is located in autoreview.py.

Event Timeline

Hello @Zache, I would like to take this up and work on it,
I have set my environment and it's working perfectly.

wiki-image.jpg (1,917×990 px, 117 KB)
, this is what i got after running the server, hope I am good to go?