https://github.com/sopel-irc/sopel-ipython
IPython console plugin for Sopel (formerly part of core)
https://github.com/sopel-irc/sopel-ipython
hacktoberfest irc irc-bot sopel sopel-plugin
Last synced: 3 months ago
JSON representation
IPython console plugin for Sopel (formerly part of core)
- Host: GitHub
- URL: https://github.com/sopel-irc/sopel-ipython
- Owner: sopel-irc
- License: other
- Created: 2019-08-24T03:18:39.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-06-05T22:26:03.000Z (about 1 year ago)
- Last Synced: 2025-01-31T06:41:50.480Z (5 months ago)
- Topics: hacktoberfest, irc, irc-bot, sopel, sopel-plugin
- Language: Python
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS
- License: LICENSE
Awesome Lists containing this project
README
# sopel-ipython
IPython console plugin for Sopel IRC bots## Requirements
`sopel-ipython` requires the `ipython` libraries to be installed on your
system. Installing this plugin via the normal methods should automatically
handle that for you.## Usage
Install the package from PyPI:
pip install sopel-ipython
Enable with the `sopel-plugins enable ipython` command, if your bot
configuration requires it.## License
`sopel-ipython` is released under the Eiffel Forum License 2, the same license
as Sopel itself. See LICENSE file for full text.