From ab863f03a33a236f2f70726ab8bf3f31a5e6e073 Mon Sep 17 00:00:00 2001 From: texhno Date: Tue, 6 Feb 2024 00:52:32 +0100 Subject: [PATCH 1/3] Added example config.ini --- config.ini.example | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 config.ini.example diff --git a/config.ini.example b/config.ini.example new file mode 100644 index 0000000..5cd15b7 --- /dev/null +++ b/config.ini.example @@ -0,0 +1,5 @@ +[credentials] +JID = botusername@example.org +PASSWORD = bot_password +NICK = chatbot +ROOM = room_jid@example.org From 21357a9b715f53b42b51f9541e5ad9ffb70cdfdf Mon Sep 17 00:00:00 2001 From: texhno Date: Tue, 6 Feb 2024 00:54:20 +0100 Subject: [PATCH 2/3] Removed config.ini from repo --- config.ini | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 config.ini diff --git a/config.ini b/config.ini deleted file mode 100644 index 5cd15b7..0000000 --- a/config.ini +++ /dev/null @@ -1,5 +0,0 @@ -[credentials] -JID = botusername@example.org -PASSWORD = bot_password -NICK = chatbot -ROOM = room_jid@example.org From 08f958ff1e53eb7cba4334fea123ae6ed6e51e9c Mon Sep 17 00:00:00 2001 From: texhno Date: Tue, 6 Feb 2024 00:56:07 +0100 Subject: [PATCH 3/3] Updated README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index d7412cd..fd51be1 100644 --- a/README.md +++ b/README.md @@ -7,3 +7,6 @@ sudo apt install python3-slixmpp ## Install dependencies with pip pip install -r requirements.txt + +## Setup +Create `config.ini` based on the `config.ini.example`, with your credentials