🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

wikipedia-sections

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wikipedia-sections

Wikipedia API for Python extracting sections

2.0.0
PyPI
Maintainers
1

Wikipedia with sections

Wikipedia with sections is a Python library that makes it easy to access and parse data from Wikipedia.

This is a fork from Jonathan Goldsmith's Wikipedia package <https://github.com/goldsmith/Wikipedia>__

.. code:: python

import wikipedia

ny = wikipedia.page("New York") ny.sections[:5]

['Etymology', 'History', 'Early history', 'Dutch rule', 'English rule']

Installation

To install Wikipedia, simply run:

::

$ pip install wikipedia_sections

Wikipedia is compatible with Python 2.6+ (2.7+ to run unittest discover) and Python 3.3+.

Documentation

See https://github.com/goldsmith/Wikipedia for full dcumentation.

License

MIT licensed. See the LICENSE file <https://github.com/sachavakili/Wikipedia/blob/master/LICENSE>__ for full details.

Credits

  • Wikipedia <https://github.com/goldsmith/Wikipedia>__ by Jonathan Goldsmith for the original repository
  • wiki-api <https://github.com/richardasaurus/wiki-api>__ by @richardasaurus for inspiration
  • @nmoroze and @themichaelyang for feedback and suggestions
  • The Wikimedia Foundation <http://wikimediafoundation.org/wiki/Home>__ for giving the world free access to data

Keywords

python wikipedia API

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts