Getting requests module in GHPython

How do I install the requests module in ghpython? I tried following this Using third party module in RhinoPython? - Grasshopper (grasshopper3d.com) but no matter what I tried it wouldn’t work for me. Can someone give me an easier step by step procedure? Thanks in advance.

you copy a compatible requests module into this location
C:\Users\YourName\AppData\Roaming\McNeel\Rhinoceros\7.0\Plug-ins\IronPython (8***9)\settings\lib

since python in rhino7 is still ironpython based on python 2, you may run into issues with a lot of missing libraries. you can try finding those and place in that same folder.

Do you know where I could find a compatible requests module?

google it and go down their release history. it tells you what each is compatible with.