Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andrienko/spriters-resource
A command-line tool to download from spriters-resource.com
https://github.com/andrienko/spriters-resource
Last synced: 7 days ago
JSON representation
A command-line tool to download from spriters-resource.com
- Host: GitHub
- URL: https://github.com/andrienko/spriters-resource
- Owner: andrienko
- Created: 2016-11-04T17:11:45.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-04T17:11:51.000Z (about 8 years ago)
- Last Synced: 2023-11-08T13:51:14.519Z (about 1 year ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 8
- Watchers: 3
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
The script is used to automatically download sprites from [spriters-resource.com](http://spriters-resource.com)
website.In order to use it - type something like in your console (of course, you will have to have node.js installed first!)
npm install -g spriters-resource
..and then everywhere type
spriters --get "/pc_computer/heroesofmightandmagic2/"
where /pc_computer/heroesofmightandmagic2/ is an url (or a part of url) of a game page on spriters-resource website.
All the sprites available for that url (if any) will be downloaded and saved into current working directory. Adding a
`--md` parameter will also create a directory for downloaded files.You can also search for the url using following command:
spriters --search "Heroes Of Might And Magic"
where Heroes Of Might And Magic is a game name. The search results (name - partial URL) will be outputted in console
(if any)