https://github.com/venopyx/pingit
https://github.com/venopyx/pingit
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/venopyx/pingit
- Owner: venopyX
- License: mit
- Created: 2024-10-11T06:55:17.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-11T09:09:10.000Z (almost 2 years ago)
- Last Synced: 2025-01-28T05:11:13.582Z (over 1 year ago)
- Language: Python
- Homepage: https://ping-it.vercel.app
- Size: 21.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PingIt - Uptime Monitoring Tool
PingIt is a simple uptime monitoring tool built with Python and FastAPI. It allows users to add their bot URLs, specify the time interval for pings, and monitor their uptime. The application features a web interface that is futuristic and user-friendly, making it easy to manage and monitor multiple bots.
## Features
- **Add Bot**: Users can add their bot URLs along with a name and ping interval.
- **Delete Bot**: Admin password protection for deleting bots to prevent unauthorized removal.
- **Display Bots**: Lists all added bots with their details and provides an option to delete them.
- **JSON Storage**: Stores bot data in a JSON file (`bots.json`) for persistence across server restarts.
- **Futuristic UI**: Beautifully designed web interface with glowing items and a dark theme.
- **Responsive Design**: Works well on various screen sizes.