Skip to content

legoktm/pythonwikibot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

== API Queries ==

All queries are made using POST, so you should not get an error of running a GET query on something needing POST.
All GET queries will still work using POST.

Basic API query:

import wiki
API = wiki.API()
params = {'action':'query' ...}
result = API.query(params)

== API Documentation ==

MediaWiki API documentation is at http://www.mediawiki.org/wiki/API

== Reporting bugs ==

Two options:
	1. Report it at the bug tracker at http://code.google.com/p/legobot/issues/list
	2. Use the Wikipedia EmailUser link at http://en.wikipedia.org/wiki/Special:EmailUser/User:Legoktm

== Logging in ==

Run the generate_config.py script to set up your config.
Run the login.py script to login and get the cookies.

About

Deprecated python framework for en.wikipedia.org

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages