An open API service indexing awesome lists of open source software.

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

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}```