Skip to content

simple command-line tool in golang which is checking url health and performance

License

Notifications You must be signed in to change notification settings

kenjitheman/url-probe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

git clone https://github.com/kenjitheman/url-probe

Usage

go build
  • Using command line arguments:
./url-probe https://example.com https://example2.com
  • Using csv as a source:
./url-probe -source=csv -file=urls.csv
  • Using json as a source:
./url-probe -source=json -file=urls.json
  • Using txt as a source:
./url-probe -source=txt -file=urls.txt

Contributing

  • Pull requests are welcome, for major changes, please open an issue first to discuss what you would like to change.

  • Please make sure to update tests as appropriate.

License