Pywikibot Documentation ======================= Welcome! This is the documentation for Pywikibot |release|. **Pywikibot** is a Python library and collection of tools that automate work on `MediaWiki `_ sites. Originally designed for Wikipedia, it is now used throughout the Wikimedia Foundation's projects and on many other MediaWiki wikis. The project started in 2003 and is currently on core version |version|. It features full API usage and is up-to-date with new MediaWiki features and a Pythonic package layout. But it also works with older installations of MediaWiki 1.23 or higher. Pywikibot supports Microsoft Windows, macOS and Linux when used with a compatible version of Python. It should also work on any other operating system that has a compatible version of Python installed. To check whether you have Python installed and to find its version, just type ``python`` at the CMD or shell prompt. Python 3.5.3 or higher is currently required to run the bot, but Python 3.6 or higher is recommended. Python 3.5 support will be dropped with Pywikibot 8. Pywikibot and this documentation are licensed under the :ref:`MIT license`; manual pages on mediawiki.org are licensed under the `CC-BY-SA 3.0`_ license. .. seealso:: `Pywikibot Manual`_ at https://www.mediawiki.org Framework Modules Overview -------------------------- .. image:: framework.png :alt: Framework modules dependency network For bot users: -------------- .. toctree:: :maxdepth: 1 installation utilities/scripts scripts/index global_options faq getting_help For bot developers: ------------------- .. toctree:: :maxdepth: 1 library_usage recipes api_ref/index For framework developers: ------------------------- .. toctree:: :maxdepth: 1 Utility Scripts Reference scripts_ref/index tests_ref/index Maintenance Scripts utilities/install Miscellaneous ------------- .. toctree:: :maxdepth: 1 glossary changelog licenses credits .. _CC-BY-SA 3.0: https://creativecommons.org/licenses/by-sa/3.0/ .. _Pywikibot Manual: https://www.mediawiki.org/wiki/Manual:Pywikibot