Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/em429/robominder
- Owner: em429
- Created: 2024-10-28T17:45:51.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-10-28T18:06:07.000Z (2 months ago)
- Last Synced: 2024-10-28T19:24:12.037Z (2 months ago)
- Topics: python3, xmpp, xmpp-bot
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Robominder
```
Available commands:
- remind```bash
git clone https://github.com/em429/robominder
cd robominder
docker build . -t robomindercp .env.example .env
# Update .env with your credentials
docker run -d --restart always --env-file .env robominder
```