ChainLink Hackathon Project
Version: 1.0
Date: February 3, 2026
Team: [Your Team Name]
Project Category: DeFi & Social Integration
| version: "3.8" | |
| volumes: { traefikCer } | |
| networks: { default: { name: proxy, external: true } } | |
| services: | |
| app: | |
| image: traefik:v2.2 | |
| ports: ["80:80", "443:443"] |
| #!/usr/bin/env node | |
| // Channel ID is on the the browser URL.: https://mycompany.slack.com/messages/MYCHANNELID/ | |
| // Token can get from: https://api.slack.com/custom-integrations/legacy-tokens | |
| // Pass it as a parameter: node ./delete-slack-messages.js TOKEN CHANNEL_ID | |
| // Or use it without download the script: curl -Ls RAW_GIST_URL | node - TOKEN CHANNEL_ID | |
| // GLOBALS ############################################################################################################# | |
| const [, , token, channel, _delay = 300] = process.argv |