/learning-requests

Learning the requests library

Primary LanguagePython

learning-requests

Learning the requests library

https://requests.readthedocs.io/en/latest/user/quickstart/

Setup

Setup the environment:

python3 -m venv .venv

OSX / Linux: source .venv/bin/activate

Windows:

\.venv\Scripts\activate.bat

Install dependencies:

pip install -r requirements.txt

COMPUTER ---------- request -------> SERVER

SERVER --------- response --------> COMPUTER