fast, easy to use, free and open source web IRC client
https://qwebirc.org/
- JavaScript 71.4%
- Python 20.9%
- CSS 6.7%
- HTML 1%
| .forgejo/workflows | ||
| bin | ||
| css | ||
| dummyauthgate | ||
| esimplejson | ||
| js | ||
| qwebirc | ||
| static | ||
| twisted/plugins | ||
| util | ||
| .gitattributes | ||
| .gitignore | ||
| AUTHORS | ||
| clean.py | ||
| compile.py | ||
| config.py.example | ||
| LICENCE | ||
| qwebirc.pdn | ||
| qwebirc.png | ||
| README.md | ||
| requirements.txt | ||
| run.py | ||
qwebirc IRC client
Installation
Installation instructions are on the website: https://qwebirc.org/installation
Hacking on qwebirc
If you'd like to make modifications you'd find it a LOT easier if create the following symlinks:
- js -> static/js/debug
- css -> static/css/debug
with a command like
cd /path/qwebirc
ln -s ../../js static/js/debug
ln -s ../../css static/css/debug
... then you can browse to http://instance/quidebug.html and use your favourite javascript debugger, as well as not having to compile each time you make a change!