simple matrix bot
.gitignore | ||
db.py | ||
main.py | ||
matrix.py | ||
monitor.py | ||
README.md | ||
requirements.txt | ||
util.py |
mbot
Uniswap PairCreation monitor that sends alerts to Matrix.
Requirements
- Infura API URL
- Etherscan API key
- Matrix bot account
Configuration
{
"matrix": {
"homeserver": "https://matrix.juggalol.com",
"username": "",
"password": "",
"room_id": ""
},
"infura_url": "",
"pool_address": "0x5C69bEe701ef814a2B6a3EDD4B1652CB9cc5aA6f",
"etherscan_key": ""
}