minecraft_skin_ripper

A command-line utility for downloading minecraft skins from given usernames.

Installation from source

  1. Clone this repository and cd minecraft_skin_ripper

  2. Run shards build

  3. Move the resulting mcskinripper executable to wherever is convenient for use.

Usage

mcskinripper username1 username2 username3

or

mcskinripper path/to/file/containing/usernames

where path/to/file/containing/usernames looks like

username1
username2
username3

Development

TODO Write development instructions here

Contributing

  1. Fork it (https://github.com/your-github-user/minecraft_skin_ripper/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors