Safebooru Post Grabber
======================

This tool can download/ grab information about a post using it's ID.
It can also do the above, but using tags and the page number instead.
Using tags and page number, you can choose to download a specific
post on the page or [and] download every single post on that page.


How to Use
----------

Using GUI:

    $ python gui.py


(Other ways)

You can either edit the `main.py` file in the working directory
or you could use the following commands when in `./src` directory.


Download using ID:

    $ python safebooru.py -i 3664652


Download using tags and page:

    $ python safebooru.py -t "serial_experiments_lain" -p 2

    # To download a specific post on this page.
    $ python safebooru.py -t "serial_experiments_lain" -p 2 -n 3


Download (either) with customer directory:

    $ python safebooru.py -i 273 -d "./example_dir"
