
Security News
Browserslist-rs Gets Major Refactor, Cutting Binary Size by Over 1MB
Browserslist-rs now uses static data to reduce binary size by over 1MB, improving memory use and performance for Rust-based frontend tools.
Wikia is a Python library that makes it easy to access and parse
data from any wikia website <https://www.wikia.com>
Search a wikia, get article summaries, get data like links and images
from a page, and more. Wikipedia wraps the Wikia API <http://api.wikia.com/wiki/Wikia_API_Wiki>
__ so you can focus on using
wikia data, not getting it.
.. code:: python
import wikia print wikia.summary("Runescape", "Banshee")
wikia.search("Runescape", "Forest")
drakan = wikia.page("Runescape", "Castle Drakan") drakan.title
drakan.url
drakan.content
wikia.set_lang("nl") # Dutch wikia.summary("Runescape", "Runes", sentences=1)
Note: this library was designed for ease of use and simplicity, not for advanced use.
To install Wikia, simply run:
::
$ pip install wikia
Wikia is compatible with Python 2.6+ (2.7+ to run unittest discover) and Python 3.3+.
Read the docs at http://api.wikia.com/wiki/Wikia_API_Wiki.
To run tests, clone the respository on GitHub <https://github.com/timidger/Wikia>
__, then run:
::
$ pip install -r requirements.txt $ bash runtests # will run tests for python and python3 $ python -m unittest discover wikia/tests/ '*test.py' # manual style
in the root project directory.
To build the documentation yourself, after installing requirements.txt, run:
::
$ pip install sphinx $ cd docs/ $ make html
MIT licensed. See the LICENSE file <https://github.com/Timidger/Wikiaa/blob/master/LICENSE>
__ for
full details.
wiki-api <https://github.com/richardasaurus/wiki-api>
__ by
@richardasaurus for inspirationWikimedia Foundation <http://wikimediafoundation.org/wiki/Home>
__ for giving
the world free access to dataFAQs
Wikia API for Python
We found that wikia demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
Browserslist-rs now uses static data to reduce binary size by over 1MB, improving memory use and performance for Rust-based frontend tools.
Research
Security News
Eight new malicious Firefox extensions impersonate games, steal OAuth tokens, hijack sessions, and exploit browser permissions to spy on users.
Security News
The official Go SDK for the Model Context Protocol is in development, with a stable, production-ready release expected by August 2025.