Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dgw/sopel-jisho
Jisho lookup plugin for Sopel IRC bots.
https://github.com/dgw/sopel-jisho
alpha hacktoberfest irc irc-bot jisho jisho-dictionary sopel sopel-modules
Last synced: about 1 month ago
JSON representation
Jisho lookup plugin for Sopel IRC bots.
- Host: GitHub
- URL: https://github.com/dgw/sopel-jisho
- Owner: dgw
- License: gpl-3.0
- Created: 2016-12-04T17:22:43.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-06-09T13:44:10.000Z (5 months ago)
- Last Synced: 2024-08-18T01:08:26.829Z (3 months ago)
- Topics: alpha, hacktoberfest, irc, irc-bot, jisho, jisho-dictionary, sopel, sopel-modules
- Language: Python
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# sopel-jisho
Sopel plugin to search Jisho.org, a Japanese/English dictionary.
## Installing
Releases are hosted on PyPI, so after installing Sopel, all you need is `pip`:
```shell
$ pip install sopel-jisho
```### Requirements
`sopel-jisho` requires Sopel 7.1+ and `requests`.
## Usage
Commands & arguments:* `.jisho ` (also available as `.ji`)
* ``: the keyword(s) to search for on Jisho## Notes
This plugin has beta-level functionality. It can search and display most
queries, but may not correctly deal with incomplete API responses (for example,
words that have no readings). That said, anything that doesn't behave as
expected should be reported in the plugin's [issue tracker][] if it isn't
already listed there (be sure to **also search closed issues!**).Jisho's API is undocumented and subject to change, so there are sure to be edge
cases where the code receives something it doesn't expect. Some of these are
handled. Others aren't…yet. Report problematic queries to the issue tracker.[issue tracker]: https://github.com/dgw/sopel-jisho/issues