💾 Archived View for gmn.clttr.info › sources › gusmobile.git captured on 2024-08-25 at 00:35:38. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2023-09-08)

-=-=-=-=-=-=-

git clone git://git.clttr.info/gusmobile.git

commits/

refs/

tree/

gusmobile

This is a client library for the Gemini protocol. It is intended to provide a programming interface that will be familiar to the users of the `requests' library, though much simpler.

It is largely extracted from the code of AV-98, the command-line Gemini client by solderpunk, the initiator of the Gemini protocol project.

AV-98

requirements

usage

import gusmobile

url = "gemini://geminispace.info"

response = gusmobile.fetch(url)
print response