Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 1.13 KB

README.md

File metadata and controls

16 lines (14 loc) · 1.13 KB

Cat Requests

What is this?

Cat requests allows you to both get the HTTP response code of the website you wish and it displays it to your screen as a cat picture, which also explains what this particular HTTP code means

What API does this use?

This repository uses the http://http.cat API in order to work

How do I install it?

Clone the repo to your computer, cd to the folder and run python3 -m pip install -r requirements.txt for Linux and pip install -r requirements.txt for Windows

How to use it?

Run main.pyw and a window should open up. On the input box enter the URL you wanna see it's status (Don't forget adding the schema to it, for example http://). When you have inputed your URL, either press the "Send Request" button on hit "Enter". Depending on the HTTP response code, a different cat will appear

What is "Debug Output" ?

Under Debug Output, errors will appear (Invalid schema, timeout error, etc.)

Picture example

picture alt

An example of the program when a 200 OK HTTP code is received.