Skip to content

cshade/python-requests-study

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Python Requests Module Study

A repo for studying Python's Requests module and for reference, and for continually improving and expanding. Using Python 3.

Design Notes

Requests are made to public domain poetry & prose found in Cagibi journal, at cagibilit.com. Cagibi is an online journal on WordPress, and so this uses the WordPress REST API.

Consists of a core.py main program, and two classes: Poem and ResponseInspector.

Run

Running src/core.py within VSCode

/usr/local/bin/python3 /Users/.../requests-study/src/core.py

If requests ModuleNotFoundError, run below pip3 command (Python 3) to install, or see Requests link under Built With section for installation guide:

pip3 install requests

Built With

About

For studying Python's Requests module. Using Python 3.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages