HelpJuicer is a tool to dump all the categories, questions, and answers from HelpJuice
- python3
- python-requests
- Set necessary environment variables
export HELPJUICE_DOMAIN={companyName}
export HELPJUICE_API_KEY={apiKey}
- Run juicer
./juicer.py
- The tool will write the following CSVs to the working directory:
helpjuice_categories.csv - A mapping of parent/child category relationships
helpjuice_questions.csv - HelpJuice questions with corresponding answers
and link to containing categories