Skip to content

Requitty is a console program focused on solving basic day-to-day problems for a developer or any person

License

Notifications You must be signed in to change notification settings

d4lion/requitty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Requitty

requitty is a command console program which is responsible for providing solutions to different day-to-day problems, seeking to efficiently create commands which facilitate the repetitive tasks of the developer.

Usage/Examples

requitty -r get -u https://api.com
response with a status 200

Screenshots

App Screenshot

Commands

Request

  requitty -r http-method -u url
Parameter arg Description
--request -r Required http method GET
--url -u Required Direction from request or path

Options

  requitty -r http-method -u url [options]
Parameter Type Description
--verbose bool optional. show the response of the request
--save string optional. save the response in json file

Deployment

git clone https://github.com/daliondev/requitty.git
cd .\requitty\
pip install -r requirements.txt

About

Requitty is a console program focused on solving basic day-to-day problems for a developer or any person

Topics

Resources

License

Stars

Watchers

Forks

Languages