https://github.com/kaf-lamed-beyt/watchtower
get notified about the latest releases from your favorite OSS projects
https://github.com/kaf-lamed-beyt/watchtower
Last synced: about 1 month ago
JSON representation
get notified about the latest releases from your favorite OSS projects
- Host: GitHub
- URL: https://github.com/kaf-lamed-beyt/watchtower
- Owner: kaf-lamed-beyt
- License: isc
- Created: 2023-02-09T07:55:09.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-02-11T13:45:27.000Z (about 2 years ago)
- Last Synced: 2025-04-06T05:52:14.322Z (about 1 month ago)
- Language: JavaScript
- Homepage: https://watchtower-bot.vercel.app/
- Size: 95.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# watchTower
> A GitHub App built with [Probot](https://github.com/probot/probot) that gets you notified about the latest releases from your favorite OSS projects
## Setup
```sh
# Install dependencies
npm install# Run the bot
npm start
```## Docker
```sh
# 1. Build container
docker build -t watchTower .# 2. Start container
docker run -e APP_ID= -e PRIVATE_KEY= watchTower
```## Contributing
If you have suggestions for how watchTower 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) © 2023 Caleb Olojo -- @kaf-lamed-beyt