simple matrix bot
Go to file
2024-06-08 16:31:07 -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 implement markdown support for matrix bot, closes #2 2024-06-08 15:20:37 -04:00
matrix.py implement markdown support for matrix bot, closes #2 2024-06-08 15:20:37 -04:00
monitor.py format_matrix_alert 2024-06-08 16:31:07 -04:00
README.md update docs 2024-06-08 14:29:21 -04:00
requirements.txt implement markdown support for matrix bot, closes #2 2024-06-08 15:20:37 -04:00
util.py format_matrix_alert 2024-06-08 16:31:07 -04:00

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": ""
}