Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/okurz/openqa_irc
IRC bot for openQA in perl
https://github.com/okurz/openqa_irc
Last synced: 17 days ago
JSON representation
IRC bot for openQA in perl
- Host: GitHub
- URL: https://github.com/okurz/openqa_irc
- Owner: okurz
- License: mit
- Created: 2016-01-21T16:39:33.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-11-19T16:55:20.000Z (about 6 years ago)
- Last Synced: 2025-01-13T14:13:57.458Z (25 days ago)
- Language: Perl
- Size: 20.5 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# openqa_irc [![Build Status](https://travis-ci.org/okurz/openqa_irc.svg?branch=master)](https://travis-ci.org/okurz/openqa_irc) [![Coverage Status](https://coveralls.io/repos/github/okurz/openqa_irc/badge.svg?branch=master)](https://coveralls.io/github/okurz/openqa_irc?branch=master)
IRC bot for openQA in perl
So for this is a play around tool for me to learn some perl and help with
openQA, nothing especially fancy or interesting.## Usage
* Install requirements
cpanm .
* Call the script
perl openqa_irc
* Talk to the bot, e.g. say "!help"
* By default the bot starts in "development mode". For a productive instance
it is recommended to provide a configuration file, see instructions in
`openqa_irc` itself.## Communication
If you have questions, visit me in irc://chat.freenode.net/opensuse-factory
## Contribute
This project lives in https://github.com/okurz/openqa_irc
Feel free to add issues in github or send pull requests.
## License
This project is licensed under the MIT license, see LICENSE file for details.