pyimagedl

Imagedl: Search and download images from specific websites.

https://github.com/charlespikachu/imagedl

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (12.3%) to scientific vocabulary

Keywords

baidu bing google image-downloader
Last synced: 6 months ago · JSON representation

Repository

Imagedl: Search and download images from specific websites.

Basic Info
Statistics
  • Stars: 20
  • Watchers: 1
  • Forks: 5
  • Open Issues: 0
  • Releases: 0
Topics
baidu bing google image-downloader
Created almost 4 years ago · Last pushed over 3 years ago
Metadata Files
Readme Funding License Citation

README.md


docs PyPI - Python Version PyPI license PyPI - Downloads PyPI - Downloads issue resolution open issues

Documents: https://imagedl.readthedocs.io/

Imagedl

Search and download images from specific websites. You can star this repository to keep track of the project if it's helpful for you, thank you for your support.

Support List

| SourceEN | SourceCN | Support Search? | Support Download? | | :----: | :----: | :----: | :----: | | baidu | 百度图片 | ✓ | ✓ | | bing | 必应图片 | ✓ | ✓ | | google | 谷歌图片 | ✓ | ✓ |

Install

Pip install

run "pip install pyimagedl"

Source code install

sh (1) Offline Step1: git clone https://github.com/CharlesPikachu/imagedl.git Step2: cd imagedl -> run "python setup.py install" (2) Online run "pip install git+https://github.com/CharlesPikachu/imagedl.git@master"

Quick Start

Run by leveraging the API

```python from imagedl import imagedl

config = { 'savedir': 'outputs', 'autosetproxies': True, 'autosetheaders': True, 'searchlimits': 1000, 'numthreadings': 5, } client = imagedl.imagedl(config=config) client.run('baidu') ```

Run by leveraging compiled file

``` Usage: imagedl [OPTIONS]

Options: --version Show the version and exit. -k, --keyword TEXT 想要搜索下载的图片关键字, 若不指定, 则进入imagedl终端版 -s, --savedir TEXT 下载的图片的保存路径 -t, --target TEXT 指定图片搜索下载的平台, 例如"baidu" -l, --limits INTEGER 下载的图片数量 -n, --nthreadings INTEGER 使用的线程数量 --help Show this message and exit. ```

Screenshot

img

Projects in Charles_pikachu

  • Games: Create interesting games by pure python.
  • DecryptLogin: APIs for loginning some websites by using requests.
  • Musicdl: A lightweight music downloader written by pure python.
  • Videodl: A lightweight video downloader written by pure python.
  • Pytools: Some useful tools written by pure python.
  • PikachuWeChat: Play WeChat with itchat-uos.
  • Pydrawing: Beautify your image or video.
  • ImageCompressor: Image compressors written by pure python.
  • FreeProxy: Collecting free proxies from internet.
  • Paperdl: Search and download paper from specific websites.
  • Sciogovterminal: Browse "The State Council Information Office of the People's Republic of China" in the terminal.
  • CodeFree: Make no code a reality.
  • DeepLearningToys: Some deep learning toys implemented in pytorch.
  • DataAnalysis: Some data analysis projects in charles_pikachu.
  • Imagedl: Search and download images from specific websites.
  • Pytoydl: A toy deep learning framework built upon numpy.
  • NovelDL: Search and download novels from some specific websites.

More

WeChat Official Accounts

Charles_pikachu
img

Owner

  • Login: CharlesPikachu
  • Kind: user
  • Location: HongKong
  • Company: HKU

GitHub Events

Total
Last Year

Issues and Pull Requests

Last synced: 9 months ago

All Time
  • Total issues: 0
  • Total pull requests: 1
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 1
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
  • ItsaFugazi (1)
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • pypi 20 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 1
  • Total versions: 3
  • Total maintainers: 1
pypi.org: pyimagedl

Imagedl: Search and download images from specific websites

  • Versions: 3
  • Dependent Packages: 0
  • Dependent Repositories: 1
  • Downloads: 20 Last month
Rankings
Dependent packages count: 10.0%
Stargazers count: 13.6%
Forks count: 16.9%
Dependent repos count: 21.7%
Average: 21.9%
Downloads: 47.3%
Maintainers (1)
Last synced: 6 months ago

Dependencies

docs/requirements.txt pypi
  • recommonmark *
  • sphinx ==4.5.0
  • sphinx_markdown_tables ==0.0.12
  • sphinx_rtd_theme *
requirements.txt pypi
  • alive-progress *
  • beautifulsoup4 *
  • click *
  • lxml *
  • pyfreeproxy *
  • requests *
  • user_agent *
setup.py pypi
  • lab.strip *
  • readlines *