aiorule34

an async wrapper for rule34.xxx


Keywords
rule34
License
Apache-2.0
Install
pip install aiorule34==1.2.1

Documentation

aiorule34

Installation

pip install aiorule34

Usage

from aiorule34 import rule34get as r34get

async for post in r34get(['overwatch','mei_(overwatch)']):
	print(post.url)