Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/frankroeder/apple-system-status
Get the Status of all Services by Apple
https://github.com/frankroeder/apple-system-status
apple docker healthchecks python scraper status system
Last synced: 11 days ago
JSON representation
Get the Status of all Services by Apple
- Host: GitHub
- URL: https://github.com/frankroeder/apple-system-status
- Owner: frankroeder
- Created: 2020-03-21T09:56:22.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-03-21T09:56:45.000Z (over 4 years ago)
- Last Synced: 2024-10-11T18:58:47.095Z (about 1 month ago)
- Topics: apple, docker, healthchecks, python, scraper, status, system
- Language: Python
- Homepage: https://www.apple.com/support/systemstatus/
- Size: 1.95 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Apple System Status
This tool scrapes information about the status of services by apple.
## Docker
To not pollute your system with any temporary files, one can build and execute
it via docker:- `docker build --rm -t apple-system-status .`
- `docker run --rm -it apple-system-status`or just pull it from my [dockerhub](https://hub.docker.com/u/bassstring) and run it directly:
- `docker run --rm -it bassstring/apple-system-status`
## Virtual Environment
For docker haters:
- `python3 -m venv venv`
- `source ./venv/bin/activate`
- `pip install -r requirements.txt`
- `python main.py`