
Signed-off-by: Aoi K <koizumi.aoi@chaotic.ninja> git-svn-id: file:///srv/svn/repo/chen/trunk@15 32723744-9b23-0b4a-b1da-9b2e968f9461
19 lines
479 B
Org Mode
19 lines
479 B
Org Mode
#+TITLE: Chen XMPP bot
|
|
#+AUTHOR: Aoi K.
|
|
|
|
XMPP bot to preview links and file contents. This may be identified as [[https://gt.kalli.st/czar/angel][angel]]'s
|
|
younger sibling.
|
|
|
|
* Configuration
|
|
copy the =config.ini.default= to =.config.ini= and set your variables accordly
|
|
|
|
* Running
|
|
install the dependencies from =requirements.txt=
|
|
#+BEGIN_QUOTE
|
|
$ pip install -r requirements.txt
|
|
#+END_QUOTE
|
|
and run it with =python3.8+=
|
|
#+BEGIN_QUOTE
|
|
$ python main.py
|
|
#+END_QUOTE
|