https://github.com/o-mutt/pointd-pal
Slack bot to ++, --, points from one person to another
https://github.com/o-mutt/pointd-pal
bot employee-engagement hacktoberfest micropraise slack-bot slackbot
Last synced: over 1 year ago
JSON representation
Slack bot to ++, --, points from one person to another
- Host: GitHub
- URL: https://github.com/o-mutt/pointd-pal
- Owner: O-Mutt
- License: other
- Created: 2021-10-07T19:16:49.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-05T01:15:58.000Z (over 1 year ago)
- Last Synced: 2025-03-05T02:23:01.117Z (over 1 year ago)
- Topics: bot, employee-engagement, hacktoberfest, micropraise, slack-bot, slackbot
- Language: TypeScript
- Homepage: https://pointdpal.com
- Size: 2.04 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Contributing: .github/contributing.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# PointdPal
This is a micropraise bot that is intended to help friends/coworkers `++` one another and provide quick easy feedback
## Overview
## Running locally
### 1. Setup your local project
```bash
# Clone this project onto your machine
git clone git@github.com:O-Mutt/pointd-pal.git
# Change into the project
cd pointd-pal
# Install the dependencies
npm install
```
### 2. Setup environment variables
```bash
cp .env.example .env
```
Replace variables with ones from your "local" setup
### 3. Start servers
```bash
npm run start:dev
```
## Contributing
### Issues and questions
Found a bug or have a question about this project? We'd love to hear from you!
1. Browse to [O-Mutt/pointd-pal/issues][4]
1. Create a new issue
1. Select the `[x] examples` category
See you there and thanks for helping to improve Bolt for everyone!
[1]: https://slack.dev/bolt-js/tutorial/getting-started
[2]: https://slack.dev/bolt-js/
[3]: https://slack.dev/bolt-js/tutorial/getting-started#setting-up-events
[4]: https://github.com/O-Mutt/pointd-pal/issues/new