Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eggplants/shindan-cli
ShindanMaker (診断メーカー, https://shindanmaker.com) CLI + Library
https://github.com/eggplants/shindan-cli
cli fortune fun hobby joke pip pypi shindanmaker
Last synced: 22 days ago
JSON representation
ShindanMaker (診断メーカー, https://shindanmaker.com) CLI + Library
- Host: GitHub
- URL: https://github.com/eggplants/shindan-cli
- Owner: eggplants
- License: mit
- Created: 2021-12-08T04:19:06.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-12-01T04:54:28.000Z (25 days ago)
- Last Synced: 2024-12-01T05:32:17.764Z (25 days ago)
- Topics: cli, fortune, fun, hobby, joke, pip, pypi, shindanmaker
- Language: Python
- Homepage: https://pypi.org/project/shindan-cli
- Size: 453 KB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# shindan-cli
[![Test](
)](
) [![Release Package](
)](
) [![PyPI](
)](
) [![PyPI - Python Version](
)](
)ShindanMaker () CLI
## Install
```bash
pip install shindan-cli
```## Usage
### CLI
```shellsession
$ shindan -h
usage: shindan [-h] [-w] [-H] [-l] [-V] ID NAMEShindanMaker (https://shindanmaker.com) CLI
positional arguments:
ID shindan page id
NAME shindan nameoptional arguments:
-h, --help show this help message and exit
-w, --wait insert random wait
-H, --hashtag add hashtag `#shindanmaker`
-l, --link add link to last of output
-V, --version show program's version number and exit$ shindan 1036646 hoge
ねこって、むしだ。𝙐𝙉𝙄𝙌𝙇𝙊
$ shindan 1036646 huga -l
ねこって、むしだ。𝙉𝙄𝙎𝙎𝙄𝙉
https://shindanmaker.com/1036646$ shindan 1036646 huga -l -H
ねこって、むしだ。𝙁𝙐𝙅𝙄𝙏𝙎𝙐
#shindanmaker
https://shindanmaker.com/1036646
```### Library
```python
from shindan_cli import shindan
# type: (int, str, optional[bool]) -> ShindanResults
shindan(1036646, 'hoge', wait=False)
```Returns:
```python
{
'results': ['ねこって、むしだ。', '', '𝙏𝙊𝙆𝙔𝙊 𝙈𝙀𝙏𝙍𝙊'],
'hashtags': ['#shindanmaker'],
'shindan_url': 'https://shindanmaker.com/1036646'
}
```## License
MIT
---
## Similar Imprementations
- C#
- [misodengaku/ShindanMaker](https://github.com/misodengaku/ShindanMaker)
- Library
- Go
- [kakakaya/goshindan](https://github.com/kakakaya/goshindan)
- Library + CLI
-
- Java
- [shibafu528/shindan4j](https://github.com/shibafu528/shindan4j)
- Library
-
- JavaScript
- [asawo/shindan-scraper](https://github.com/asawo/shindan-scraper)
- Library
- [stawberri/shindan](https://github.com/stawberri/shindan)
- Library (Archived)
-
- Perl
- [Likk/WebService-ShindanMaker](https://github.com/Likk/WebService-ShindanMaker)
- Library
- PHP
- [moroya/php-shindanmaker](https://github.com/moroya/php-shindanmaker)
- Library
-
- Python
- [Le96/auto_shindanmaker](https://github.com/Le96/auto_shindanmaker)
- Bot Server
- [tanitanin/shindan-python](https://github.com/tanitanin/shindan-python)
- CLI (Script)
- Ruby
- [osak/shindanmaker](https://github.com/osak/shindanmaker)
- [Mikutter](https://github.com/mikutter/mikutter) Plugin
- [gouf/shindan](https://github.com/gouf/shindan)
- Library
- [ikaruga777/shindan-cli](https://github.com/ikaruga777/shindan-cli)
- CLI
- [yasuhito/shindan](https://github.com/yasuhito/shindan)
- CLI
-
- TypeScript
- [dqn/shindanmaker-js](https://github.com/dqn/shindanmaker-js)
- Library