Manual:Pywikibot/Overview/fa

From mediawiki.org
This page is a translated version of the page Manual:Pywikibot/Overview and the translation is 0% complete.
Outdated translations are marked like this.

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.

این پروژه در سال 2002 شروع شد و اکنون در نسخه اول است. 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.27 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.7 or higher is currently required to run the bot.

Python can be downloaded here.

Download

$ python -m pip install pywikibot

For more information, see here.

Components

Two master folders are present in the library archive:

  • pywikibot contains all the master files, that will interact with MediaWiki websites.

It's the master part of the library: they're used when you load PWB in your own Python scripts and when you launch plug-and-play tools.

  • scripts contains already written, known and proven scripts.

They are ready to be used. See the list and docs for each one in Manual:Pywikibot/Scripts .

See also

License

Here you can view the LICENSE files for Pywikibot.

Other licenses