
Research
PyPI Package Disguised as Instagram Growth Tool Harvests User Credentials
A deceptive PyPI package posing as an Instagram growth tool collects user credentials and sends them to third-party bot services.
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
A deceptive PyPI package posing as an Instagram growth tool collects user credentials and sends them to third-party bot services.
Product
Socket now supports pylock.toml, enabling secure, reproducible Python builds with advanced scanning and full alignment with PEP 751's new standard.
Security News
Research
Socket uncovered two npm packages that register hidden HTTP endpoints to delete all files on command.