12 lines
160 B
Markdown
12 lines
160 B
Markdown
|
# python nntpchan demo frontend #
|
||
|
|
||
|
## usage ##
|
||
|
|
||
|
add to nntpchan.json hooks section:
|
||
|
|
||
|
{
|
||
|
"name": "pyfront",
|
||
|
"exec": "/path/to/frontend.py"
|
||
|
}
|
||
|
|