Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/em429/robominder

Simple XMPP Remind me later bot
https://github.com/em429/robominder

python3 xmpp xmpp-bot

Last synced: 18 days ago
JSON representation

Simple XMPP Remind me later bot

Awesome Lists containing this project

README

        

## Robominder

```
Available commands:
- remind

```bash
git clone https://github.com/em429/robominder
cd robominder
docker build . -t robominder

cp .env.example .env
# Update .env with your credentials
docker run -d --restart always --env-file .env robominder
```