Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sunu/classbot
A simple IRCBot to manage Q&A sessions on IRC
https://github.com/sunu/classbot
Last synced: 2 months ago
JSON representation
A simple IRCBot to manage Q&A sessions on IRC
- Host: GitHub
- URL: https://github.com/sunu/classbot
- Owner: sunu
- License: gpl-3.0
- Created: 2013-06-08T04:40:42.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-06-08T14:09:09.000Z (over 11 years ago)
- Last Synced: 2023-03-25T10:32:06.036Z (almost 2 years ago)
- Language: Python
- Size: 173 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ClassBot v1.0
=============
Written by [Tarashish Mishra](http://tarashish.com)What is ClassBot?
-----------------ClassBot is a simple IRCBot that helps you in managing Q&A sessions on IRC.
How to run ClassBot?
--------------------
ClassBot runs on python 2, not python 3. You can run ClassBot by
python classbot.pyAll the configuration like server, port, channel list, bot's nick is inside the classbot.py file.
How to use ClassBot on my IRC channel?
--------------------------------------Add "#yourchannel" to CHANNELS in classbot.py.
Add your/bot operator's nick to OPERATORS in classbot.py.
To ask question the asker has to write:
/msg
To get next question from the question queue, the operator has to write:
next