Update README.md
This commit is contained in:
23
README.md
23
README.md
@@ -83,12 +83,17 @@ Take a look at file named `config.ini` in the bot folder. Edit it (every config
|
|||||||
## Manual Start
|
## Manual Start
|
||||||
```bash
|
```bash
|
||||||
# Ensure you are in your python environment
|
# Ensure you are in your python environment
|
||||||
python3 xmpp_radio_bot.py -c config.ini
|
python3 radio_bot.py -c config.ini
|
||||||
|
```
|
||||||
|
|
||||||
|
```bash
|
||||||
|
# If you want to debug issues
|
||||||
|
python3 radio_bot.py -c config.ini -v
|
||||||
```
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
The bot mostly uses OMEMO encrypted messages. You may need to "Trust" the bot's fingerprint in your client (Gajim/Conversations/Dino) for commands to work if encryption is active. Plaintext works too but I do not check it mostly since OMEMO is good anyways.
|
The bot mostly uses OMEMO encrypted messages. You may need to "Trust" the bot's fingerprint in your client for commands to work if encryption is active. Plaintext works too but I do not check it mostly since OMEMO is good anyways.
|
||||||
|
|
||||||
Inside the DMs with the bot (or inside the bot control muc configured) type "!help" to see how can the bot used.
|
Inside the DMs with the bot (or inside the bot control muc configured) type "!help" to see how can the bot used.
|
||||||
|
|
||||||
@@ -96,8 +101,16 @@ Inside the DMs with the bot (or inside the bot control muc configured) type "!he
|
|||||||
|
|
||||||
v0.1 Absolute Solver
|
v0.1 Absolute Solver
|
||||||
|
|
||||||
- Main testing version
|
- First version
|
||||||
|
|
||||||
v0.2 Branded Pens!
|
v0.2 Branded Pens
|
||||||
|
|
||||||
- Future version
|
- Better memory management
|
||||||
|
|
||||||
|
- Add Dino calls support
|
||||||
|
|
||||||
|
- Add SoundCloud and BandCamp search
|
||||||
|
|
||||||
|
- Add local file search
|
||||||
|
|
||||||
|
- More search results are shown
|
||||||
Reference in New Issue
Block a user