💾 Archived View for bbs.geminispace.org › u › gemalaya › 13948 captured on 2024-07-09 at 05:23:03. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2024-06-16)
-=-=-=-=-=-=-
Re: "Can any suggest a python library to fetch gemini pages for..."
@gritty I think you're using the wrong python package for ignition, it's not called "ignition" (which is an old unmaintained package unrelated to gemini, and breaks on import due to an invalid chmod call), but "ignition-gemini". So if that's the case you can install ignition by doing:
pip uninstall ignition pip install ignition-gemini
ignition is a pretty good library, and you can combine it with trimgmi, which can do some gemtext parsing for you.
Jan 15 · 6 months ago
🍀 gritty [OP] · Jan 15 at 19:28:
@gemalaya thanks! I think that's exactly what was happening. I'll check out that other library as well.
Can any suggest a python library to fetch gemini pages for parsing? There's a couple on awesomegemini but wasn't sure if there were recommendations. I tried ignition but the recent commit fails in init with a permission issue (chmod).