Skip to main content

Library for retrieving posts and tags from rule34.us

Project description

r34

Library for retrieving posts and tags from rule34.us

Authors

Installation

Install info with pip

# Linux/macOS
python3 -m pip install -U r34

# Windows
py -3 -m pip install -U r34

Usage/Examples

These codes are pretty slow because it takes on the HTML

search by tags

import r34

posts = r34.search("1girls")

for post in posts:
    print(post.url)

return

get posts by their id

import r34

posts = [1, 2, 3, 4, 5]

new_posts = r34.fetchPosts(posts)

for post in new_posts:
    print(post.media)

return

Feedback

If you have any feedback, please reach out to us on our discord

Links

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

r34-0.0.1-py3-none-any.whl (11.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page