A simple and fast e621 post/pool downloader
Project description
Installation
pip install e621-dl
Quickstart
- To download a post with a given id:
e6 posts get 12345
- To download all posts that match the canine but not 3d tags:
e6 posts search "canine 3d"
- To download 500 posts that match the 3d tag:
e6 posts search 3d -m 500
- To download posts that match the 3d tag to directory e621_downloads:
e6 posts search 3d -d e621_downloads
- To download all posts that match the 3d tag and replace all post duplicates from the parent directory with symlinks:
e6 posts search 3d -s
- To replace all post duplicates from the current directory with symlinks:
e6 clean
- To save e621 login information to be used for every future query:
e6 login
- To remove e621 login information
e6 logout
For advanced reference, use --help
option. For example, e6 --help
, e6 posts search --help
, etc.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
e621-dl-2.0.1.tar.gz
(4.8 kB
view hashes)