Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/himself65/website-failure-check-box
Auto check if some website failure. 定时检查网站是否关闭
https://github.com/himself65/website-failure-check-box
Last synced: 2 months ago
JSON representation
Auto check if some website failure. 定时检查网站是否关闭
- Host: GitHub
- URL: https://github.com/himself65/website-failure-check-box
- Owner: himself65
- License: mit
- Created: 2020-01-13T12:02:32.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T05:02:42.000Z (almost 2 years ago)
- Last Synced: 2024-10-02T08:48:35.965Z (3 months ago)
- Language: JavaScript
- Size: 916 KB
- Stars: 12
- Watchers: 0
- Forks: 1
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Website Failure Check Box
> 网站关闭检查器
## Setup
### Prep work
1. Create a new public GitHub Gist (https://gist.github.com/)
2. Create a token with the `gist` scope and copy it. (https://github.com/settings/tokens/new)### Project setup
1. Fork this repo
2. Edit the
[environment variable](https://github.com/Himself65/website-failure-check-box/blob/master/.github/workflows/checker.yml#L29-L32)
in `.github/workflows/checker.yml`:
- **GIST_ID**: The ID portion from your gist url: `https://gist.github.com/himself65/`**`68d7d8edbb14a8769d8021cc9513ba80`**.
- **LISTENED_WEBSITES**: The website you want to monitor.3. Go to the repo **Settings > Secrets**
4. Add the following environment variables:
- **GH_TOKEN**: The GitHub token generated above.