Difference between revisions of "Pywikibot"

From Freephile Wiki
Jump to navigation Jump to search
m (added Category:Python using HotCat)
Line 1: Line 1:
 
Pywikibot is short for '''Python MediaWiki Robot Framework'''. Pywikibot is a collection of tools made to fit the maintenance need on Wikipedia, but it can also be used on other MediaWiki sites.  There are a number of [https://www.mediawiki.org/wiki/Category:Pywikibot_scripts scripts already written] that you can use or modify to suit your needs.
 
Pywikibot is short for '''Python MediaWiki Robot Framework'''. Pywikibot is a collection of tools made to fit the maintenance need on Wikipedia, but it can also be used on other MediaWiki sites.  There are a number of [https://www.mediawiki.org/wiki/Category:Pywikibot_scripts scripts already written] that you can use or modify to suit your needs.
  
View the git repository to look at the code.  https://git.wikimedia.org/tree/pywikibot%2Fcore.git
+
View the git repository to look at the code.  https://git.wikimedia.org/tree/pywikibot%2Fcore.git and as an example, the
 +
[https://git.wikimedia.org/blob/pywikibot%2Fcore.git/75397bd7ec25bc14d38b727e8c9e90477eda0f22/scripts%2Fbasic.py Basic.py]
  
 
[[Category:Wiki]]
 
[[Category:Wiki]]
 
[[Category:Python]]
 
[[Category:Python]]

Revision as of 16:01, 17 June 2014

Pywikibot is short for Python MediaWiki Robot Framework. Pywikibot is a collection of tools made to fit the maintenance need on Wikipedia, but it can also be used on other MediaWiki sites. There are a number of scripts already written that you can use or modify to suit your needs.

View the git repository to look at the code. https://git.wikimedia.org/tree/pywikibot%2Fcore.git and as an example, the Basic.py