Initial commit
This commit is contained in:
commit
05b2ac332d
7 changed files with 834 additions and 0 deletions
17
README.org
Normal file
17
README.org
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
#+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
|
||||
and run it with ==python3.8+==
|
||||
#+BEGIN_QUOTE
|
||||
$ python main.py
|
||||
#+END_QUOTE
|
||||
Loading…
Add table
Add a link
Reference in a new issue