A command line tool written in Python that will allow you to download albums on EroMe
Install erome
by running:
$ pip install erome
Linux and macOS users should run:
$ pip3 install erome
In order to download an album, open your CLI and type erome
followed by a URL to an album:
$ erome https://erome.com/a/xxxxxxxx
You can also download all albums from a user's profile page:
$ erome https://erome.com/anonuser
You can also pass in flags for additional features.
-h --help Displays a list of available flags.
-s --separate Separates files by type into their own folder. For example,
'Images' and 'Videos.'
If you want files to be sorted into their own folders by type:
$ erome https://erome.com/a/xxxxxxxx -s
The order of the flags does not matter, and you have the option to type them out in full:
$ erome https://erome.com/anonuser --separate
Version | Tag | Published |
---|---|---|
1.0.0 | 2yrs ago | |
0.0.1 | 2yrs ago |