>>10501 >py-ipfs-http-client This has limited (not zero) functionality with newer versions. "Python IPFS HTTP Client’s documentation!": ipns://12D3KooWEqnTdgqHnkkwarSrJjeMP2ZJiADWLYADaNvUb6SQNyPF/docs/
Site /ipns/12D3KooWEqnTdgqHnkkwarSrJjeMP2ZJiADWLYADaNvUb6SQNyPF resolves to /ipns/k51qzi5uqu5di1knhs90ve8esub5rpoouh7t8n0pcch7dhmkqrgzo8zqx0x2te/ which resolves to /ipfs/QmSfSEXrkYzsLz4adKJzVe9zj8dT8V6X9rkXdXCenV35pQ (63 blocks from 16,60,059 bytes) ~today. Add string or bytes method -- 'client.add_bytes(b"Mary had a little lamb")' ( https://gateway.ipfs.cybernode.ai/ipns/k51qzi5uqu5di1knhs90ve8esub5rpoouh7t8n0pcch7dhmkqrgzo8zqx0x2te/docs/genindex.html ) -- didn't work well, but this did work: >$ python3 -c "import ipfshttpclient; client = ipfshttpclient.connect(); a = client.cat('QmWxS5aNTFEc9XbMX1ASvLET1zrqEaTssqt33rVZQCQb22'); print(str(a))" >/home/ubuntu/.local/lib/python3.10/site-packages/ipfshttpclient/client/init.py:75: VersionMismatch: Unsupported daemon version '0.23.0' (not in range: 0.5.0 ≤ … < 0.9.0) > warnings.warn(exceptions.VersionMismatch(version, minimum, maximum)) >b'fdsafkljdskafjaksdjf\n' >$ # I could also get " $ lynx -dump http://10.1.2.3/cgi-bin/test.py " = "b'fdsafkljdskafjaksdjf\n'"