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: 13 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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-21T09:56:45.000Z (almost 5 years ago)
- Last Synced: 2025-01-03T00:14:13.224Z (21 days ago)
- Topics: apple, docker, healthchecks, python, scraper, status, system
- Language: Python
- Homepage: https://www.apple.com/support/systemstatus/
- Size: 1.95 KB
- Stars: 2
- 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`