An (un)reliable bot for XMPP
ファイルへ移動
Izuru Yakumo a9077fb3a1 Raise the data limit, add a dtach(1) note
Signed-off-by: Izuru Yakumo <yakumo.izuru@chaotic.ninja>
2023-06-13 23:19:27 -03:00
services feat: add systemd unit - note, it SHOULD be run as a regular user and SHOULD also not be in /lib/systemd/system 2023-02-19 22:15:02 -03:00
COPYING Attempt to make data_limit configurable 2023-05-11 22:17:25 -03:00
README.org Raise the data limit, add a dtach(1) note 2023-06-13 23:19:27 -03:00
config.ini.default Raise the data limit, add a dtach(1) note 2023-06-13 23:19:27 -03:00
main.py Raise the data limit, add a dtach(1) note 2023-06-13 23:19:27 -03:00
requirements.txt feat: remove sed because I don't need it and the big thing: nick ain't hardcoded anymore, it's now configurable! 2023-02-19 22:11:10 -03:00

README.org

Chen XMPP bot

XMPP bot to preview links and file contents. Shikigami of the Shikigami of the Gap Youkai

Configuration

copy the config.ini.default to .config.ini and set your variables accordly

Running

install the dependencies from requirements.txt

$ pip install -r requirements.txt

and run it with python3.8+

$ python main.py or $ dtach -n /tmp/chen.sock python3 main.py