Code Monkey home page Code Monkey logo

e621-id-downloader's Introduction

e621-id-downloader

download e621 images from a list of ids

usage

  1. make sure node.js is installed
  2. download/clone this repo
  3. in the repo, run node index [comma separated ids file] (if no file is supplied, it will default to ids.txt)
  4. wait
  5. the downloads will be in e621-id-downloader/dl

concurrent downloading

To allow concurrent downloads, use concurrent.js instead of index.js. It's essentially the same thing, except it accepts these optional arguments:

  • -i - The input ids file, defaults to ./ids.txt
  • -o - The output directory, defaults to ./dl
  • -c, --max-concurrent - The maximum allowed concurrent downloads, defaults to (and is not recommended to go above) 5
  • --use-ids - Pass this argument to use post IDs as the filename instead of the md5 hash
  • -s, --search - Pass a search query with this argument to download posts that match it, e.g. -s "rating:s canine"
  • -l, --limit - If using -s, limit the number of posts to search for by this number, defaults to 10

ids.txt schema

ID1,ID2,ID3[...]

an example ids.txt is also included with the repo

todo

  • make binaries idk
  • handle errors better or something

e621-id-downloader's People

Contributors

tetra-fox avatar tjhorner avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Forkers

tjhorner

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.