Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 797 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 797 Bytes

Indigo Discord Bots

Python - >=3.10

How to run

sudo apt install python3-jsonschema
WEBHOOK_URL='https://discord.com/api/webhooks/…' python3 cdp.py
WEBHOOK_URL='https://discord.com/api/webhooks/…' python3 liquidations.py

Bot ideas

  • Vote results, final and on-demand partial
  • Vote feed
  • Look up INDY rewards based on address/handle
    • Input: interaction (slash command)
    • Output: ephemeral message
    • PKH lookup would need to be built out for this, can be best-guess based on StakeKeyHash

Discord docs