simple matrix bot
.gitignore | ||
db.py | ||
main.py | ||
matrix.py | ||
monitor.py | ||
README.md | ||
requirements.txt | ||
util.py |
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": ""
}