mirror of
https://codeberg.org/sch/BukuBot
synced 2024-11-17 11:38:41 +01:00
Add instructions to run the bot without prompts.
This commit is contained in:
parent
9513459b1f
commit
c1a5d8d5a6
1 changed files with 8 additions and 2 deletions
10
README.md
10
README.md
|
@ -65,12 +65,18 @@ $ pipx install git+https://git.xmpp-it.net/sch/BukuBot
|
|||
|
||||
Start by executing the command `bukubot` and enter Username and Password of an existing XMPP account.
|
||||
|
||||
It is advised to use a dedicated extra account for BukuBot.
|
||||
|
||||
```
|
||||
$ bukubot
|
||||
```
|
||||
|
||||
You can also start BukuBot as follows:
|
||||
|
||||
```
|
||||
$ bukubot --jid ACCOUNT_JABBER_ID --password ACCOUNT_PASSWORD
|
||||
```
|
||||
|
||||
It is advised to use a dedicated extra account for BukuBot.
|
||||
|
||||
## Recommended Clients
|
||||
|
||||
BukuBot works with any XMPP chat client; if you want to make use of the visual interface which BukuBot has to offer (i.e. Ad-Hoc Commands), then you are advised to use [Cheogram](https://cheogram.com), [Converse](https://conversejs.org), [Gajim](https://gajim.org), [monocles chat](https://monocles.chat), [Movim](https://mov.im), [Poezio](https://poez.io), [Profanity](https://profanity-im.github.io), [Psi](https://psi-im.org) or [Psi+](https://psi-plus.com).
|
||||
|
|
Loading…
Reference in a new issue