Pywikibot
From charlesreid1
Setting this up is confusing as hell, mainly because the documentation sucks.
Code for pywikibot on Github: https://github.com/wikimedia/pywikibot-core/
Start by checking it out:
$ git clone https://github.com/wikimedia/pywikibot-core/ pwb $ cd pwb
Install all the pip stuff that you may need:
$ pip install -r requirements.txt
Update git submodules:
$ git submodule update --init