Installation
To install APIrate you can use pip to install it using the following command:
pip install git+https://github.com/Kumariz0/APIrate.git
or you can clone the repository and install it using the following commands:
pip clone https://github.com/Kumariz0/APIrate.git
pip install ./APIrate
Local Usage
You can obviously also download the repository and use it locally in your project.