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
-
Python >= 3.8
-
requests
-
beautifulsoup4
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
File details
Details for the file image_downloader_san-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: image_downloader_san-0.1.0-py3-none-any.whl
- Upload date:
- Size: 5.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.8.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 74ebe0d2f43c7e82d287d0c1682f343345505d9c3587b47af65234850b409636 |
|
MD5 | 48ff88160302bc85d618a3c20d3f586a |
|
BLAKE2b-256 | fb5b7c359c3b047d0a0582c8893225976a2706e1f73a73f64ca45f27062fbd07 |