shindan_cli


Nameshindan_cli JSON
Version 2.0.0 PyPI version JSON
download
home_pagehttps://github.com/eggplants/shindan-cli
SummaryShindanMaker (https://shindanmaker.com) CLI
upload_time2024-04-05 22:37:13
maintainerNone
docs_urlNone
authoreggplants
requires_python<4,>=3.7
licenseMIT
keywords shindanmaker cli
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # shindan-cli

[![Release Package](
  <https://github.com/eggplants/shindan-cli/actions/workflows/release.yml/badge.svg>
)](
  <https://github.com/eggplants/shindan-cli/actions/workflows/release.yml>
) [![PyPI](
    <https://img.shields.io/pypi/v/shindan-cli?color=blue>
  ) ![PyPI - Python Version](
    <https://img.shields.io/pypi/pyversions/shindan-cli>
  )
](
  <https://pypi.org/project/shindan-cli>
)

[![Test](
  <https://github.com/eggplants/shindan-cli/actions/workflows/test.yml/badge.svg>
)](
  <https://github.com/eggplants/shindan-cli/actions/workflows/test.yml>
) [![Maintainability](
  <https://api.codeclimate.com/v1/badges/9134b56a4241e91dfa01/maintainability>
)](
  <https://codeclimate.com/github/eggplants/shindan-cli/maintainability>
) [![Test Coverage](
  <https://api.codeclimate.com/v1/badges/9134b56a4241e91dfa01/test_coverage>
)](
  <https://codeclimate.com/github/eggplants/shindan-cli/test_coverage>
)

ShindanMaker (<https://shindanmaker.com>) 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
    - <https://pkg.go.dev/github.com/kakakaya/goshindan>
- Java
  - [shibafu528/shindan4j](https://github.com/shibafu528/shindan4j)
    - Library
    - <https://jitpack.io/#shibafu528/shindan4j>
- JavaScript
  - [asawo/shindan-scraper](https://github.com/asawo/shindan-scraper)
    - Library
  - [stawberri/shindan](https://github.com/stawberri/shindan)
    - Library (Archived)
    - <https://www.npmjs.com/package/shindan>
- Perl
  - [Likk/WebService-ShindanMaker](https://github.com/Likk/WebService-ShindanMaker)
    - Library
- PHP
  - [moroya/php-shindanmaker](https://github.com/moroya/php-shindanmaker)
    - Library
    - <https://packagist.org/packages/moroya/php-shindanmaker>
- 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
    - <https://rubygems.org/gems/shindan>
- TypeScript
  - [dqn/shindanmaker-js](https://github.com/dqn/shindanmaker-js)
    - Library

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/eggplants/shindan-cli",
    "name": "shindan_cli",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4,>=3.7",
    "maintainer_email": null,
    "keywords": "shindanmaker, cli",
    "author": "eggplants",
    "author_email": "w10776e8w@yahoo.co.jp",
    "download_url": "https://files.pythonhosted.org/packages/fd/05/8c6ea3ee06105a84d26677604175a4f955a5ce8c309171b78bbe6d8bb3e1/shindan_cli-2.0.0.tar.gz",
    "platform": null,
    "description": "# shindan-cli\n\n[![Release Package](\n  <https://github.com/eggplants/shindan-cli/actions/workflows/release.yml/badge.svg>\n)](\n  <https://github.com/eggplants/shindan-cli/actions/workflows/release.yml>\n) [![PyPI](\n    <https://img.shields.io/pypi/v/shindan-cli?color=blue>\n  ) ![PyPI - Python Version](\n    <https://img.shields.io/pypi/pyversions/shindan-cli>\n  )\n](\n  <https://pypi.org/project/shindan-cli>\n)\n\n[![Test](\n  <https://github.com/eggplants/shindan-cli/actions/workflows/test.yml/badge.svg>\n)](\n  <https://github.com/eggplants/shindan-cli/actions/workflows/test.yml>\n) [![Maintainability](\n  <https://api.codeclimate.com/v1/badges/9134b56a4241e91dfa01/maintainability>\n)](\n  <https://codeclimate.com/github/eggplants/shindan-cli/maintainability>\n) [![Test Coverage](\n  <https://api.codeclimate.com/v1/badges/9134b56a4241e91dfa01/test_coverage>\n)](\n  <https://codeclimate.com/github/eggplants/shindan-cli/test_coverage>\n)\n\nShindanMaker (<https://shindanmaker.com>) CLI\n\n## Install\n\n```bash\npip install shindan-cli\n```\n\n## Usage\n\n### CLI\n\n```shellsession\n$ shindan -h\nusage: shindan [-h] [-w] [-H] [-l] [-V] ID NAME\n\nShindanMaker (https://shindanmaker.com) CLI\n\npositional arguments:\n  ID             shindan page id\n  NAME           shindan name\n\noptional arguments:\n  -h, --help     show this help message and exit\n  -w, --wait     insert random wait\n  -H, --hashtag  add hashtag `#shindanmaker`\n  -l, --link     add link to last of output\n  -V, --version  show program's version number and exit\n\n$ shindan 1036646 hoge\n\u306d\u3053\u3063\u3066\u3001\u3080\u3057\u3060\u3002\n\n\ud835\ude50\ud835\ude49\ud835\ude44\ud835\ude4c\ud835\ude47\ud835\ude4a\n\n$ shindan 1036646 huga -l\n\u306d\u3053\u3063\u3066\u3001\u3080\u3057\u3060\u3002\n\n\ud835\ude49\ud835\ude44\ud835\ude4e\ud835\ude4e\ud835\ude44\ud835\ude49\nhttps://shindanmaker.com/1036646\n\n$ shindan 1036646 huga -l -H\n\u306d\u3053\u3063\u3066\u3001\u3080\u3057\u3060\u3002\n\n\ud835\ude41\ud835\ude50\ud835\ude45\ud835\ude44\ud835\ude4f\ud835\ude4e\ud835\ude50\n#shindanmaker\nhttps://shindanmaker.com/1036646\n```\n\n### Library\n\n```python\nfrom shindan_cli import shindan\n# type: (int, str, optional[bool]) -> ShindanResults\nshindan(1036646, 'hoge', wait=False)\n```\n\nReturns:\n\n```python\n{\n  'results': ['\u306d\u3053\u3063\u3066\u3001\u3080\u3057\u3060\u3002', '', '\ud835\ude4f\ud835\ude4a\ud835\ude46\ud835\ude54\ud835\ude4a \ud835\ude48\ud835\ude40\ud835\ude4f\ud835\ude4d\ud835\ude4a'],\n  'hashtags': ['#shindanmaker'],\n  'shindan_url': 'https://shindanmaker.com/1036646'\n}\n```\n\n## License\n\nMIT\n\n---\n\n## Similar Imprementations\n\n- C#\n  - [misodengaku/ShindanMaker](https://github.com/misodengaku/ShindanMaker)\n    - Library\n- Go\n  - [kakakaya/goshindan](https://github.com/kakakaya/goshindan)\n    - Library + CLI\n    - <https://pkg.go.dev/github.com/kakakaya/goshindan>\n- Java\n  - [shibafu528/shindan4j](https://github.com/shibafu528/shindan4j)\n    - Library\n    - <https://jitpack.io/#shibafu528/shindan4j>\n- JavaScript\n  - [asawo/shindan-scraper](https://github.com/asawo/shindan-scraper)\n    - Library\n  - [stawberri/shindan](https://github.com/stawberri/shindan)\n    - Library (Archived)\n    - <https://www.npmjs.com/package/shindan>\n- Perl\n  - [Likk/WebService-ShindanMaker](https://github.com/Likk/WebService-ShindanMaker)\n    - Library\n- PHP\n  - [moroya/php-shindanmaker](https://github.com/moroya/php-shindanmaker)\n    - Library\n    - <https://packagist.org/packages/moroya/php-shindanmaker>\n- Python\n  - [Le96/auto_shindanmaker](https://github.com/Le96/auto_shindanmaker)\n    - Bot Server\n  - [tanitanin/shindan-python](https://github.com/tanitanin/shindan-python)\n    - CLI (Script)\n- Ruby\n  - [osak/shindanmaker](https://github.com/osak/shindanmaker)\n    - [Mikutter](https://github.com/mikutter/mikutter) Plugin\n  - [gouf/shindan](https://github.com/gouf/shindan)\n    - Library\n  - [ikaruga777/shindan-cli](https://github.com/ikaruga777/shindan-cli)\n    - CLI\n  - [yasuhito/shindan](https://github.com/yasuhito/shindan)\n    - CLI\n    - <https://rubygems.org/gems/shindan>\n- TypeScript\n  - [dqn/shindanmaker-js](https://github.com/dqn/shindanmaker-js)\n    - Library\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "ShindanMaker (https://shindanmaker.com) CLI",
    "version": "2.0.0",
    "project_urls": {
        "Homepage": "https://github.com/eggplants/shindan-cli",
        "Repository": "https://github.com/eggplants/shindan-cli"
    },
    "split_keywords": [
        "shindanmaker",
        " cli"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "989a9ebc8ce10587eceaed2b40043ef094fc341740b4b5373e2adff5c66475c5",
                "md5": "f4ad78462d5e66cf5a0aad2414bbc199",
                "sha256": "4286e9f6df2236bedfed43d02b2dca9b413c307846c5536d28351b64fff80208"
            },
            "downloads": -1,
            "filename": "shindan_cli-2.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f4ad78462d5e66cf5a0aad2414bbc199",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4,>=3.7",
            "size": 10067,
            "upload_time": "2024-04-05T22:37:12",
            "upload_time_iso_8601": "2024-04-05T22:37:12.333736Z",
            "url": "https://files.pythonhosted.org/packages/98/9a/9ebc8ce10587eceaed2b40043ef094fc341740b4b5373e2adff5c66475c5/shindan_cli-2.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fd058c6ea3ee06105a84d26677604175a4f955a5ce8c309171b78bbe6d8bb3e1",
                "md5": "1d85b2b6c4764ba79f451418130ffdcc",
                "sha256": "336341b37fe36e668bcea6fc043ba341c6d94fff9566100c27e8bc8ae9d62701"
            },
            "downloads": -1,
            "filename": "shindan_cli-2.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "1d85b2b6c4764ba79f451418130ffdcc",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4,>=3.7",
            "size": 9094,
            "upload_time": "2024-04-05T22:37:13",
            "upload_time_iso_8601": "2024-04-05T22:37:13.998593Z",
            "url": "https://files.pythonhosted.org/packages/fd/05/8c6ea3ee06105a84d26677604175a4f955a5ce8c309171b78bbe6d8bb3e1/shindan_cli-2.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-05 22:37:13",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "eggplants",
    "github_project": "shindan-cli",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "shindan_cli"
}
        
Elapsed time: 0.21508s