Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
mwclient
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
WebU
shared
mwclient
Commits
e78c44fa
Commit
e78c44fa
authored
11 years ago
by
Waldir Pimenta
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
parent
b1b26215
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+4
-5
4 additions, 5 deletions
README.md
with
4 additions
and
5 deletions
README.md
+
4
−
5
View file @
e78c44fa
This file describes mwclient-0.6.5.
The latest version is available in the
[
subversion repository
](
https://mwclient.svn.sourceforge.net/svnroot/mwclient
)
and is also
[
browsable online
](
http://mwclient.svn.sourceforge.net/viewvc/mwclient/
)
.
[
github repository
](
https://github.com/btongminh/mwclient
)
.
Mwclient is a client to the
[
MediaWiki API
](
http://mediawiki.org/wiki/API
)
and allows access to almost all implemented API functions.
...
...
@@ -46,7 +45,7 @@ To use https, specify the host as a tuple in the form of `('https', hostname)`.
## Example ##
```
python
## For more information, see REFERENCE.
txt
## For more information, see REFERENCE.
md
# Init site object
import
mwclient
site
=
mwclient
.
Site
(
'
commons.wikimedia.org
'
)
...
...
@@ -74,7 +73,7 @@ for category in site.allcategories():
```
## License ##
Copyright (c) 2006-201
1
Bryan Tong Minh
Copyright (c) 2006-201
3
Bryan Tong Minh
Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
...
...
@@ -95,4 +94,4 @@ for category in site.allcategories():
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.
OTHER DEALINGS IN THE SOFTWARE.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment