Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/malcodeman/birthday-bot
Slack birthday bot.
https://github.com/malcodeman/birthday-bot
bot hacktoberfest slack
Last synced: 9 days ago
JSON representation
Slack birthday bot.
- Host: GitHub
- URL: https://github.com/malcodeman/birthday-bot
- Owner: malcodeman
- License: mit
- Created: 2021-09-16T18:12:27.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-13T19:11:13.000Z (over 2 years ago)
- Last Synced: 2024-07-31T12:07:34.066Z (3 months ago)
- Topics: bot, hacktoberfest, slack
- Language: JavaScript
- Homepage:
- Size: 28.3 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- my-awesome-repos - birthday-bot - Birthday bot is a slack app for keeping track of office birthdays. (Bots)
README
# birthday-bot 🤖
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
Birthday Bot is a slack app for keeping track of office birthdays.
## Getting started
```
git clone https://github.com/malcodeman/birthday-bot.git
cd birthday-bot
yarn install && yarn start
```.env
```
NOTION_TOKEN
NOTION_DATABASE_ID
SLACK_SIGNING_SECRET
SLACK_BOT_TOKEN
SLACK_CHANNEL_ID
```Slack app manifest
```
_metadata:
major_version: 1
minor_version: 1
display_information:
name: Birthday App
features:
bot_user:
display_name: birthdaybot
always_online: true
oauth_config:
scopes:
bot:
- chat:write
- chat:write.public
- users:read
- users:read.email
settings:
org_deploy_enabled: false
socket_mode_enabled: false
token_rotation_enabled: false
```## License
[MIT](./LICENSE)