Skip to main content

An image downloader

Project description

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)

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

image_downloader_san-0.1.0-py3-none-any.whl (5.9 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