minecraft_skin_ripper
A command-line utility for downloading minecraft skins from given usernames.
Installation from source
-
Clone this repository and
cd minecraft_skin_ripper -
Run
shards build -
Move the resulting
mcskinripperexecutable 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
- Fork it (https://github.com/your-github-user/minecraft_skin_ripper/fork)
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request
Contributors
- AprilDolly - creator and maintainer