https://github.com/sopel-irc/sopel-spellcheck
Spellcheck plugin for Sopel (formerly part of core)
https://github.com/sopel-irc/sopel-spellcheck
hacktoberfest irc irc-bot sopel sopel-plugin
Last synced: 3 months ago
JSON representation
Spellcheck plugin for Sopel (formerly part of core)
- Host: GitHub
- URL: https://github.com/sopel-irc/sopel-spellcheck
- Owner: sopel-irc
- License: other
- Created: 2019-08-06T12:32:00.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-15T02:12:30.000Z (over 5 years ago)
- Last Synced: 2024-05-01T11:36:57.132Z (about 1 year ago)
- Topics: hacktoberfest, irc, irc-bot, sopel, sopel-plugin
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sopel-spellcheck
Spellcheck plugin for Sopel IRC bots## Requirements
`sopel-spellcheck` requires the `aspell` libraries to be installed on your
system. The process for doing this varies by platform and distribution, so we
will not try to provide all-purpose instructions here.## Usage
Install the package from PyPI:
pip install sopel-spellcheck
Enable with the `sopel-plugins enable spellcheck` command, if your bot
configuration requires it.## License
`sopel-spellcheck` is released under the Eiffel Forum License 2, the same
license as Sopel itself. See LICENSE file for full text.