https://github.com/matchai/spacefish-bot
🤖 A helpful bot to automate common tasks on spacefish Issues/PRs
https://github.com/matchai/spacefish-bot
Last synced: 3 months ago
JSON representation
🤖 A helpful bot to automate common tasks on spacefish Issues/PRs
- Host: GitHub
- URL: https://github.com/matchai/spacefish-bot
- Owner: matchai
- License: isc
- Created: 2018-11-17T20:28:44.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-02T19:24:31.000Z (over 6 years ago)
- Last Synced: 2025-01-17T18:00:36.050Z (5 months ago)
- Language: JavaScript
- Homepage:
- Size: 12.7 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# spacefish-bot
> 🤖 A helpful bot to automate common tasks on [spacefish](https://github.com/matchai/spacefish) Issues/PRs
## Setup
```sh
# Install dependencies
npm install# Run the bot
npm start
```## Deploying
```sh
# Add environment variables to Now
now secrets add spacefish-app-id
now secrets add spacefish-webhook-secret# Download your private key to the root of this project and use base64 encoding to add it to Now
now secrets add spacefish-key '$(cat ./private-key.pem | base 64)'# Deploy to now
now
```## Contributing
If you have suggestions for how spacefish-bot could be improved, or want to report a bug, open an issue! We'd love all and any contributions.
For more, check out the [Contributing Guide](CONTRIBUTING.md).
## License
[ISC](LICENSE) © 2019 Matan Kushner