angel/README.org

17 lines
390 B
Org Mode
Raw Normal View History

2021-05-16 18:02:27 -03:00
#+TITLE: Angel XMPP bot
#+AUTHOR: czar
XMPP bot to preview links and file contents
* 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
2021-05-16 18:06:42 -03:00
and run it with =python3.8+=
2021-05-16 18:02:27 -03:00
#+BEGIN_QUOTE
$ python main.py
#+END_QUOTE