Skip to content

Conversation

@b3yc0d3
Copy link
Owner

@b3yc0d3 b3yc0d3 commented Aug 30, 2025

Added parameter to search function for excluding ai generated content from their search results,
by setting exclude_ai to True.

Example:

import rule34Py as r34

client = r34.rule34Py()

client.api_key="API_KEY"
client.user_id="USER_ID"

results = client.search(["neko"], exclude_ai=True)

Users now can exclude ai generated content from their search resulsts
by setting ``exclude_ai`` to True for the search function.

   import rule34Py as r34

   client = r34.rule34Py()

   client.api_key="API_KEY"
   client.user_id="USER_ID"

   results = client.search(["neko"], exclude_ai=True)
Users now can exclude ai generated content from their search resulsts
by setting ``exclude_ai`` to True for the search function.

   import rule34Py as r34

   client = r34.rule34Py()

   client.api_key="API_KEY"
   client.user_id="USER_ID"

   results = client.search(["neko"], exclude_ai=True)
@b3yc0d3 b3yc0d3 added documentation Improvements or additions to documentation enhancement New feature or request labels Aug 30, 2025
@b3yc0d3 b3yc0d3 merged commit d10c6ee into develop Aug 30, 2025
6 checks passed
@b3yc0d3 b3yc0d3 deleted the feature/ai-filter branch August 30, 2025 21:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants