I am a XMPP client with limited bot capabilities. In general, I am a message router more than anything. Currently requires python 3.11+.
Place the src folder within your PYTHONPATH and then python -m iembot.main run ...
Well, don't. If you do, then the CLI is available iembot run .... You should
implement some tmpwatch style purging of log content found in logs.
| Option | Shortname | Default | Doc |
|---|---|---|---|
--disable-atmosphere |
- | False |
Disable Atmosphere message posting |
--disable-mastodon |
- | False |
Disable Mastodon message posting |
--disable-slack |
- | False |
Disable Slack message posting |
--disable-twitter |
- | False |
Disable Twitter message posting |
--logfile |
-l |
logs/iembot.log |
Where to log to, - does stdout only |