image-downloader-san

An image downloader


License
MIT
Install
pip install image-downloader-san==0.1.0

Documentation

Image-downloader-san

Instalation

pip install image-downloader-san

or

pip install git+https://github.com/TaprisSugarbell/Image-downloader-san.git

Dependencies

Example of use

Site Recognize

from Id import Bruteforce

b = Bruteforce()
b.site_recognize("https://e-shuushuu.net/image/1056471/")

Safebooru

from Id import Bruteforce

b = Bruteforce()
b.site_recognize("https://safebooru.donmai.us/posts/4510322?q=order%3Arank")

Login example

from Id import Bruteforce

b = Bruteforce(username="YOUR-USERNAME", api_key="YOUR-API-KEY")
b.safebooru("https://safebooru.donmai.us/posts/4510322?q=order%3Arank")

Sankaku Complex

from Id import Bruteforce

b = Bruteforce()
b.sankaku("https://chan.sankakucomplex.com/post/show/25048523")

Download Image

from Id import Bruteforce

b = Bruteforce()
b.yandere("https://yande.re/post/show/782256").download()

Force Download

from Id import Bruteforce

b = Bruteforce()
b.download_image("https://pbs.twimg.com/media/E0uKGhTWUAgXb3a?format=jpg&name=large", force=True)

Information

from Id import Bruteforce

b = Bruteforce()
b.konachan("https://konachan.com/post/show/326520/bikini-breast_hold-close-gray_eyes-gray_hair-infin", info=True)