Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dionysuzx/tao-te-ching


https://github.com/dionysuzx/tao-te-ching

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# README

This is trying to present the Tao Te Ching in a way more readable to me, especially on mobile. This is for personal use only, not meant for any distribution. I did not write this translation at all it's just so I can read it more easily on my own.

## Python scripts

Some python scripts in here from chatGPT to try to get a nice json to work with.

- This uses a virtualenv: `python3 -m venv venv`.
- Init it with fish with `source venv/bin/activate.fish`.
- After that install what you need: `pip install requests beautifulsoup4`.
- Use `python script.py` to regenerate the `taoteching.json`.

## Astro frontend

Astro project at `./tao-front`, to render the json into a page.