https://github.com/0xintuition/intuition-slack
https://github.com/0xintuition/intuition-slack
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/0xintuition/intuition-slack
- Owner: 0xIntuition
- Created: 2024-11-15T17:01:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-23T09:07:21.000Z (over 1 year ago)
- Last Synced: 2025-06-24T21:15:39.672Z (12 months ago)
- Language: TypeScript
- Size: 27.3 KB
- Stars: 47
- Watchers: 5
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Experimental slack bot
## Development
[Get Slack secrets](https://tools.slack.dev/bolt-js/getting-started)
```
cp .env.example .env
pnpm i
pnpm start
```