
Product
Socket MCP Adds Org Alerts, Threat Feed Review, and Package Inspection
Socket MCP now lets AI assistants review org alerts, investigate threats using the Socket threat feed, and inspect package files in addition to dependency scoring.
rule34Py
Advanced tools
rule34Py is available directly from the Python Package Index and can be installed via pip.
pip install rule34Py
Or you can build it from source using this project. See the Developer Guide for more information.
from rule34Py import rule34Py
client = rule34Py()
client.api_key = "YOUR_API_KEY"
client.user_id = "YOUR_USER_ID"
# Get comments of an post.
client.get_comments(4153825)
# Get post by its id.
client.get_post(4153825)
# Get top 100 icame.
client.icame()
# Search for posts by tag(s).
client.search(["neko"], page_id=2, limit=50)
# Get pool by id.
client.get_pool(28)
# Get a random post.
random = client.random_post()
# Get just a random post ID.
random_id = client.random_post_id()
This project has extensive documentation, hosted on the upstream Github Pages. It includes additional Tutorials, User Guides, API Documentation, and more.
See the Contributing Guide for information about how to contribute to this project and file bugs.
FAQs
API wrapper for rule34.xxx
The pypi package rule34Py receives a total of 88 weekly downloads. As such, rule34Py popularity was classified as not popular.
We found that rule34Py 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.

Product
Socket MCP now lets AI assistants review org alerts, investigate threats using the Socket threat feed, and inspect package files in addition to dependency scoring.

Product
Socket Firewall blocks malicious VS Code and Open VSX extensions before install, protecting developers from compromised editor marketplaces.

Research
More than 140 Mastra npm packages were compromised in a supply chain attack that used a typosquatted dependency to deliver a cross-platform infostealer during installation.