Difference between revisions of "Wikibot"
Jump to navigation
Jump to search
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
There are quite a few software libraries that helps automate the process of interacting with [[Wikipedia]]. | There are quite a few software libraries that helps automate the process of interacting with [[Wikipedia]]. | ||
For example, Python has a package, called [https://pypi.org/project/wikipedia/ pypi wikipedia], and it can be installed using | =pypi wikipedia= | ||
For example, Python has a package, called [https://pypi.org/project/wikipedia/ pypi wikipedia], and it can be installed using the following instruction in command line: | |||
<code>pip install wikipedia</code>. | |||
A video<ref>{{:Video/How to Make a Wikipedia BOT}}</ref> shows how to do that. | |||
=pypi pywikibot= | |||
Another more elaborate implementation is called [https://pypi.org/project/pywikibot/ pypi pywikibot]. and it can be installed using the following instruction in command line: | |||
pip install -U setuptools | |||
pip install pywikibot | |||
=References= | =References= |
Latest revision as of 14:02, 29 January 2022
There are quite a few software libraries that helps automate the process of interacting with Wikipedia.
pypi wikipedia
For example, Python has a package, called pypi wikipedia, and it can be installed using the following instruction in command line:
pip install wikipedia
.
A video[1] shows how to do that.
pypi pywikibot
Another more elaborate implementation is called pypi pywikibot. and it can be installed using the following instruction in command line:
pip install -U setuptools pip install pywikibot
References
- ↑ Robot Squad, ed. (Jan 26, 2022). How to Make a Wikipedia BOT in python?!!. local page: Robot Squad.