Inventoryst is a script to gather relevant information from all kinds of platforms and store that information into Markdown (.md) files.
The intent is to have all relevant information ready in one place.
- Clone this repository
git clone unfoldingword/inventoryst- Setup and activate Python virtual environment
cd inventoryst
python -m venv venv
source venv/bin/activate- Install requirements
pip install -r requirements.txt-
Configure your
.envfile
Use the fileexample.envfor guidance -
Run the script
python main.py- Pull the docker file
docker pull unfoldingword/inventoryst-
Configure the .env file
Use the fileexample.envfor guidance -
Run your container
docker run --rm --env-file=.env -v /path/to/markdown_files:/app/output unfoldingword/inventoryst