Recent Releases of https://github.com/barrust/mediawiki

https://github.com/barrust/mediawiki - Version 0.7.5

  • Move configuration items to a configuration data class
    • Will allow for the deprication of some top level properties in lieu of changing against the Configuration class
  • Added HTTPAuthenticator for web server authentication; PR #141 Thanks gbenson

- Python
Published by barrust over 1 year ago

https://github.com/barrust/mediawiki - Version 0.7.4

  • Add typing support

- Python
Published by barrust over 2 years ago

https://github.com/barrust/mediawiki - Version 0.7.3

  • Add unordered_options to the DisambiguationError to attempt to get options in the order presented on the page; issue #124
  • Add verify SSL support by passing info directly to the requests library.

- Python
Published by barrust almost 3 years ago

https://github.com/barrust/mediawiki - Version 0.7.2

  • Add page_preview property to simulate the page preview hover PR #114
  • Add available_languages property PR #116
  • PEP 517 support PR #117
  • Fix rate_limit rounding down PR #120

- Python
Published by barrust over 3 years ago

https://github.com/barrust/mediawiki - Version 0.7.1

  • Add page.wikitext support for pulling the page contents as wikitext
  • Add proxy support by passing info directly to the requests library.

- Python
Published by barrust over 4 years ago

https://github.com/barrust/mediawiki - Version 0.7.0

  • Remove support for python 2.7!
  • Add files to categorymembers() pull PR #100 Thanks tbm
  • Better support calls to limit results to the maximum 500 results per query (per API documentation) PR #99 Thanks tbm

- Python
Published by barrust over 5 years ago

https://github.com/barrust/mediawiki - Version 0.6.7

NOTE: Last planed support for Python 2.7 * Cache results of BeautifulSoup parsing of page.html PR #90 Thanks ldorigo * Add ability to pull links from the header section; Thanks to ldorigo for example code! * Add ability to pull the header section text * Move to GitHib Actions and CodeCov for testing

- Python
Published by barrust over 5 years ago

https://github.com/barrust/mediawiki - Version 0.6.6

  • Fix a bug using find_all() on newer versions of BeautifulSoup4

- Python
Published by barrust over 5 years ago

https://github.com/barrust/mediawiki - Version 0.6.5

- Python
Published by barrust over 5 years ago

https://github.com/barrust/mediawiki - Version 0.6.4

  • Add ability to login during initialization issue #79

- Python
Published by barrust about 6 years ago

https://github.com/barrust/mediawiki - Version 0.6.3

  • Capture timeout exception
  • minor bug fixes

- Python
Published by barrust over 6 years ago

https://github.com/barrust/mediawiki - Version 0.6.2

  • Add allpages functionality PR #75
  • Add langlinks page property PR #76

- Python
Published by barrust over 6 years ago

https://github.com/barrust/mediawiki - Version 0.6.1

  • Fix DisambiguationError title property issue #72
  • Change to using black formatting

- Python
Published by barrust over 7 years ago

https://github.com/barrust/mediawiki - Version 0.6.0

  • Fix for the table of contents for all subsections issue #64
  • Combined properties into a single set of pulling to reduce the load on the MediaWiki infrastructure issue #55

- Python
Published by barrust over 7 years ago

https://github.com/barrust/mediawiki - Version 0.5.1

  • Added Table of Contents parsing based on sections: result is an OrderedDict
  • Fix issue where some sections are not pulled correctly

- Python
Published by barrust over 7 years ago

https://github.com/barrust/mediawiki - Version 0.5.0

- Python
Published by barrust over 7 years ago

https://github.com/barrust/mediawiki - Version 0.4.1

  • Default to https
  • Add category_prefix property to properly support categories in non-Engish MediaWiki sites issue #48
  • Add user_agent as an initialization parameter and added information to the documentation about why one should set the user-agent string issue #50

- Python
Published by barrust about 8 years ago

https://github.com/barrust/mediawiki - Version 0.4.0

  • Add fix to use the query-continue parameter to continue to pull category members issue #39
  • Better handle large categorymember selections
  • Add better handling of exception attributes including adding them to the documentation
  • Correct the pulling of the section titles without additional markup #42
  • Handle memoization of unicode parameters in python 2.7
  • Change default timeout for HTTP requests to 15 seconds

- Python
Published by barrust about 8 years ago

https://github.com/barrust/mediawiki - Version 0.3.16

  • Add ability to turn off caching completely
  • Fix bug when disambiguation link does not have a title issue #35

- Python
Published by barrust over 8 years ago

https://github.com/barrust/mediawiki - Version 0.3.15

  • base_url property
  • parse links from sections

- Python
Published by barrust over 8 years ago

https://github.com/barrust/mediawiki - Version 0.3.14

  • Cache refresh

- Python
Published by barrust almost 9 years ago

https://github.com/barrust/mediawiki - Version 0.3.13

  • Added support for parsing page hatnotes
  • Added support for pulling logos or main images from the infobox

- Python
Published by barrust about 9 years ago

https://github.com/barrust/mediawiki - Version 0.3.12

  • Default API URL now language specific
  • Better exception handling in setapiurl: #21
  • Better unicode support

- Python
Published by barrust about 9 years ago

https://github.com/barrust/mediawiki - Version 0.3.10

  • Add categorytree support
  • New exception type: MediaWikiCategoryTreeError
  • Update documentation
  • Additional test coverage
  • Simplify references and categories properties

- Python
Published by barrust over 9 years ago

https://github.com/barrust/mediawiki - Version 0.3.9

  • Added python 3.6 support
  • Memoize now supports parameter defaults
  • Fixes:
    • Images without urls (#14)
    • Infinite loop on some pages when pulling images (#15)
    • Missing URLs when parsing DisambiguationError information

- Python
Published by barrust over 9 years ago

https://github.com/barrust/mediawiki - Version 0.3.5

  • Add documentation to README
  • Additional testing

- Python
Published by barrust over 9 years ago

https://github.com/barrust/mediawiki - Version 0.3.4

Initial release: - Support changing MediaWiki API URL - Support changing languages - Support the following actions: - suggest - search - geosearch - opensearch - prefixsearch - categorymembers - summary - random - page

Pull different properties about pages

- Python
Published by barrust over 9 years ago