simple matrix bot
Go to file
2024-06-08 14:41:38 -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 add etherscan api key as optional parameter 2024-06-08 14:27:18 -04:00
matrix.py add event monitor 2024-06-07 18:00:14 -04:00
monitor.py test fix for failed abi lookup 2024-06-08 14:41:38 -04:00
README.md update docs 2024-06-08 14:29:21 -04:00
requirements.txt add database support 2024-06-08 14:16:53 -04:00
util.py add etherscan api key as optional parameter 2024-06-08 14:27:18 -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": ""
}