Skip to content

roselmamendes/checkit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RequestOn

Create and manage app's services requests with python

RequestOn is a python open source software that allow check the availability of services. It uses dashy as dashboard to show the status of the service.

Installation

Stable version

PyPi version

pip install requeston

How to use

You can send the end points from the command line:

requestOn -t https://google.com https://github.com https://facebook.com
requestOn -t http://despegar.com http://decolar.com -l log_file.txt

Or you can read them from a file:

requestOn -f file_to_read.txt -l logs.txt

The structure of the file should be:

https://google.com
https://github.com

##How to contribute: Build Status PyPi downloads Stories in Ready

Throughput Graph

  1. Fork the repository https://github.com/nicolastrres/requestOn/fork
  2. Write your tests on tests/test.py
  3. Run the tests using the script run_tests.sh, because this is going to run the pep8 too.
  4. Push your changes and make a pull request.
  5. All pull requests need to have a crazy picture or a funny video or something that represent that Pull Request. This is the most important! :)

##License MIT license

The MIT License (MIT)

Copyright (c) 2015 Nicolas Agustin Torres, https://github.com/nicolastrres

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Create and manage app's services requests

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 96.7%
  • Shell 3.3%