Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 894 Bytes

File metadata and controls

32 lines (23 loc) · 894 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
WEBHOOK_URL='https://discord.com/api/webhooks/…' python3 lp_rewards_epoch_bot.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