meanother / behance-py

Free download of pictures from behance.net

Home Page:https://pypi.org/project/pybehance

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Free download of pictures from behance.net

https://pypi.org/project/pybehance

License:MIT License


Languages

Language:Python 100.0%