https://github.com/makeomatic/behance-cli
https://github.com/makeomatic/behance-cli
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/makeomatic/behance-cli
- Owner: makeomatic
- License: mit
- Created: 2016-01-30T11:43:18.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-04-28T20:36:02.000Z (almost 9 years ago)
- Last Synced: 2025-01-05T00:24:26.524Z (about 1 year ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# behance-cli
```sh
Vitalys-iMac:behance-cli vitaly$ ./bin/index.js -h
Usage: bin/index.js [options]
Commands:
like likes behance project
canvote can ip vote?
view-like adds views and likes to the project
Options:
-p, --project project id [required]
-c, --concurrency concurrency of requests [default: 10]
-r, --ratio ratio of likes vs views [default: 0.1]
-h, --help Show help [boolean]
-t, --times [default: 1]
Examples:
bin/index.js like -p 23123122
(c) Makeomatic 2016
```