Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 NAME

ShindanMaker (https://shindanmaker.com) CLI

positional arguments:
ID shindan page id
NAME shindan name

optional 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