https://github.com/taciturnaxolotl/swapper
swap profiles with others on slack!
https://github.com/taciturnaxolotl/swapper
Last synced: 27 days ago
JSON representation
swap profiles with others on slack!
- Host: GitHub
- URL: https://github.com/taciturnaxolotl/swapper
- Owner: taciturnaxolotl
- Created: 2024-05-11T23:43:23.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-05-13T16:47:46.000Z (12 months ago)
- Last Synced: 2025-03-28T19:13:11.503Z (about 1 month ago)
- Language: TypeScript
- Homepage:
- Size: 250 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# swapper
Hi! I assume if you are here you may want to run this thing
Its pretty simple to run:
1. create a slack app with the `users.profile:read` and `users.profile:write` scopes in the user token field
2. Put the `SLACK_CLIENT_ID` and `SLACK_CLIENT_SECRET` into your env file
3. install dependencies: `bun install`
4. run either the normal mode or the random-switch mode: `bun run index.ts` or `bun run random-switch.ts`