
Research
/Security News
Weaponizing Discord for Command and Control Across npm, PyPI, and RubyGems.org
Socket researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.
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.
Research
/Security News
Socket researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.
Security News
Socket now integrates with Bun 1.3’s Security Scanner API to block risky packages at install time and enforce your organization’s policies in local dev and CI.
Research
The Socket Threat Research Team is tracking weekly intrusions into the npm registry that follow a repeatable adversarial playbook used by North Korean state-sponsored actors.