pybehance

pybehance package


Keywords
behance, python
License
MIT
Install
pip install pybehance==0.2.0

Documentation

behance-py

Free download of pictures from behance.net

PyPI Version Build Status Code Coverage Code Quality Downloads Downloads

Installation

pip install pybehance

Use

from pybehance import Behance

EXAMPLE_URL = "https://www.behance.net/gallery/157806987/Folio-Reader-Types"

behance = Behance()  # without special path to save pics
behance = Behance(path_to_save="/path/to/save/example_dir")
data = behance.get_pictures_list(EXAMPLE_URL)  # return list

behance.download_pictures()  # download all pictures