simple matrix bot
Go to file
2024-06-08 14:19:09 -04:00
.gitignore add database support 2024-06-08 14:16:53 -04:00
db.py add database support 2024-06-08 14:16:53 -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 database support 2024-06-08 14:16:53 -04:00
README.md update README.md 2024-06-08 14:19:09 -04:00
requirements.txt add database support 2024-06-08 14:16:53 -04:00
util.py add database support 2024-06-08 14:16:53 -04:00

mbot

Uniswap PairCreation monitor that sends alerts to Matrix.

Requirements

  • Infura API URL
  • Matrix bot account

Configuration

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