An open API service indexing awesome lists of open source software.

https://github.com/starbops/job-designator

Randomly dispatch jobs, with weighted feature :grin:
https://github.com/starbops/job-designator

Last synced: about 1 year ago
JSON representation

Randomly dispatch jobs, with weighted feature :grin:

Awesome Lists containing this project

README

          

# job-designator

Randomly dispatch jobs, with weighted feature :grin:

## Usage

```
usage: jober.py [-h] [-c | -u | -d ]

Provide some victims, with or without weights.

positional arguments:
read from the file in JSON format

optional arguments:
-h, --help show this help message and exit
-c, --create create victim list
-u , --user
modified user with weight, create if not exist
-d , --delete
delete user
```