Skip to main content

pybehance package

Project description

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")
behance.get_pictures_list(EXAMPLE_URL)

behance.get_data()  # return list
behance.download_pictures()  # download all pictures

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pybehance-0.2.4.tar.gz (6.1 kB view hashes)

Uploaded Source

Built Distribution

pybehance-0.2.4-py2.py3-none-any.whl (4.2 kB view hashes)

Uploaded Python 2 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