mbot/README.md

16 lines
312 B
Markdown
Raw Normal View History

2024-06-06 18:01:58 +00:00
# mbot
Simple Matrix bot that will eventually send Web3 `PairCreation` event alerts to the Juggalol Homeserver.
## Configuration
```json
{
"matrix": {
"homeserver": "https://matrix.juggalol.com",
"username": "",
"password": "",
"room_id": ""
},
2024-06-07 22:00:50 +00:00
"infura_url": "",
"pool_address": ""
2024-06-06 18:01:58 +00:00
}
```