Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rem42/loto-cli
Node script to play bananalotto or kingoloto grid in cli
https://github.com/rem42/loto-cli
Last synced: 3 days ago
JSON representation
Node script to play bananalotto or kingoloto grid in cli
- Host: GitHub
- URL: https://github.com/rem42/loto-cli
- Owner: rem42
- Created: 2019-09-14T16:50:09.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-04-29T18:45:46.000Z (over 1 year ago)
- Last Synced: 2023-04-29T19:33:29.815Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://remy.ovh/
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
loto-cli
========Node script to play bananalotto or kingolo grid in cli
### Install
git clone [email protected]:rem42/loto-cli.git
cd loto-cli
npm install && npm build
chmod +x dist/index.js### Usage
```bash
$ ./dist/index.js --help_ _ _ _
| | ___ | |_ ___ ___ | | (_)
| | / _ \ | __| / _ \ _____ / __| | | | |
| | | (_) | | |_ | (_) | |_____| | (__ | | | |
|_| \___/ \__| \___/ \___| |_| |_|
Usage: index [options]Play bananalotto grid without browser and ads
Options:
-V, --version output the version number
-g, --game name of the game bananalotto or kingoloto
-u, --user email of the credential
-p, --password password of the credential
--no-interaction play add grid without interaction
-h, --help output usage information
```