Slack Bot sends message in channel when notified of an address transfer from Alchemy Webhook
- Install flask
- Install ngrok
- Install dotenv
- Install flask_ngrok
- Install requests
- Address Activity
- Choose network and chain (testnet/mainnet) and (ethereum or l2)
- Input address (or addresses) to track activity on
- throw ngrok url in for testing webhook (https://dashboard.ngrok.com/endpoints)
- Create app
- From scratch
- Add the bot to your channel
- Add necessary OAuth settings (incoming webhooks and write to channel)
- Find slack URL to use in your script (create .env file and put it there)
- Start python environment
- Run script "python script.py"
- Run "ngrok http 5000"
- Open ngrok dashboard to grab endpoint URL and use that for Alchemy Webhook URL