Skip to main content

A simple library to download e621 images with embedded tags

Project description

dl621

A simple python module to download e621 images with embedded tags and description

Installation

pip install dl621

Usage

The program can be used as a simple command line program:

e621-dl MY_POST_ID

It can also be imported and used in your own scripts:

import dl621

r = dl621.download_image(post_id, output_folder=".", name_prefix=None, add_tags=True, user_agent=__default_user_agent__)
if r != None:
        print("Image downloaded! Location:", r)
else:
        print("Download failed!")

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

dl621-0.1.3.tar.gz (3.9 kB view hashes)

Uploaded Source

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