Dreamy_Jazz created this task.
Dreamy_Jazz added a project: Pywikibot.
Restricted Application added subscribers: pywikibot-bugs-list, Aklapper.

TASK DESCRIPTION

When saving an edit using Page.save(botflag=True), the edit produced is not marked as bot edit on the wiki. For example:

import pywikibot

def main():
    pywikibot.Site().login()
    page = pywikibot.Page(pywikibot.Site(), "User:Dreamy Jazz Bot/Links added to portals which need checking")
    page.text += "test"
    page.save(botflag=True)

if __name__ == '__main__':
    main()

when run produces an edit which is not marked as bot edit, as seen in [https://en.wikipedia.org/w/index.php?title=User:Dreamy_Jazz_Bot/Links_added_to_portals_which_need_checking&diff=881488118&oldid=881487499]. I don't know if this a pywikibot issue or a wiki issue.


TASK DETAIL
https://phabricator.wikimedia.org/T215109

EMAIL PREFERENCES
https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Dreamy_Jazz
Cc: Aklapper, pywikibot-bugs-list, Dreamy_Jazz, Wenyi, Mahveotm, Tbscho, MayS, Mdupont, JJMC89, Avicennasis, mys_721tx, jayvdb, Dalba, Masti, Alchimista, Rxy
_______________________________________________
pywikibot-bugs mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs

Reply via email to