https://github.com/mogelbrod/pbot
Powerbärs Bot
https://github.com/mogelbrod/pbot
airtable cli nodejs slack slack-bot
Last synced: 10 months ago
JSON representation
Powerbärs Bot
- Host: GitHub
- URL: https://github.com/mogelbrod/pbot
- Owner: mogelbrod
- Created: 2017-04-05T20:26:59.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2025-05-22T21:56:46.000Z (about 1 year ago)
- Last Synced: 2025-05-22T23:13:34.823Z (about 1 year ago)
- Topics: airtable, cli, nodejs, slack, slack-bot
- Language: JavaScript
- Size: 254 KB
- Stars: 2
- Watchers: 2
- Forks: 3
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pbot - Powerbärs Bot
## Getting started
1. Get your [Airtable API Key](https://airtable.com/account) and base ID
2. Create a custom [Slack integration](https://YOUR-SLACK-TEAM.slack.com/apps/manage/custom-integrations) for the bot
3. Generate an API token for the Slack integration
4. Create `config.json` and insert the above keys:
```json
{
"key": "AIRTABLE API KEY",
"base": "AIRTABLE BASE ID",
"slackToken": "SLACK API TOKEN"
}
```
5. Go nuts:
```
node . bot
# or via CLI access:
node . start "Imaginary Pub"
node . drink 40 Beer user
```