simple matrix bot
Go to file
2024-06-08 13:15:49 -04:00
.gitignore initial commit 2024-06-06 13:55:29 -04:00
main.py readability update 2024-06-08 13:15:49 -04:00
matrix.py add event monitor 2024-06-07 18:00:14 -04:00
monitor.py add event monitor 2024-06-07 18:00:14 -04:00
README.md update README.md 2024-06-07 18:00:50 -04:00
requirements.txt add event monitor 2024-06-07 18:00:14 -04:00
util.py add event monitor 2024-06-07 18:00:14 -04:00

mbot

Simple Matrix bot that will eventually send Web3 PairCreation event alerts to the Juggalol Homeserver.

Configuration

{
  "matrix": {
    "homeserver": "https://matrix.juggalol.com",
    "username": "",
    "password": "",
    "room_id": ""
  },
  "infura_url": "",
  "pool_address": ""
}