https://github.com/lp1dev/link_poller
Python script to make a HTTP request every seconds/minutes/hours
https://github.com/lp1dev/link_poller
Last synced: 11 months ago
JSON representation
Python script to make a HTTP request every seconds/minutes/hours
- Host: GitHub
- URL: https://github.com/lp1dev/link_poller
- Owner: lp1dev
- Created: 2016-10-23T09:01:21.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-15T12:56:40.000Z (about 9 years ago)
- Last Synced: 2025-02-04T16:29:38.601Z (about 1 year ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Link Poller
## Requirements
- Python3.X
- python-pip
## Install
```pip install -r requirements.txt```
## Usage
```./poller.py --url {http://fqdn} --method {GET|POST|PUT|DELETE} --sleeptime {X (in ms)} --log {logfile.log}```