Archived
1
0
This repository has been archived on 2023-08-12. You can view files and clone it, but cannot push or open issues or pull requests.
nntpchan/contrib/frontends/py
Jeff Becker 7f25dcf95c
broken
2016-11-04 08:45:06 -04:00
..
nntpchan broken 2016-11-04 08:45:06 -04:00
.gitignore update nntpchan python frontend 2016-10-18 08:46:22 -04:00
frontend.py broken 2016-11-04 08:45:06 -04:00
README.md more recent changes 2016-10-18 07:03:51 -04:00

python nntpchan demo frontend

usage

srndv2 unstable

add to nntpchan.json hooks section:

{
  "name": "pyfront",
  "exec": "/path/to/frontend.py"
}

nntpd

add this to nntpchan.ini

...
[frontend]
type=exec
exec=/path/to/frontend.py