Auto FAQ builder
Project description
FAQtory
FAQtory is a tool to auto-generate a FAQ.md (Frequently Asked Questions) document for your project.
Additionally, a "suggest" feature uses fuzzy matching to reply to GitHub issues with suggestions from your FAQ.
Getting started
Faqtory is best installed via pipx to avoid any dependency conflicts:
pipx install faqtory
Run the following from the directory you wish to store the FAQ document.
faqtory init
This will create the following files and directories:
faq.yml
A configuration file which you can edit../.faq/
A directory which will contain templates../questions/
A directory containing question documents.
Adding questions
To add questions create a file with the extension .question.md
in the questions directory (./questions/
if you are using the defaults).
Question documents are Markdown with front-matter. Here's an example:
---
title: "What does FAQ stand for?"
alt_titles:
- "What is the meaning of FAQ?"
- "What does FAQ mean?"
---
FAQ stands for *Frequently Asked Questions*
The filename is unimportant, but a title
is mandatory. You can also optionally add alternative titles under alt_titles
which will be used with the faqtory suggest
feature (but not displayed).
Building
Run the following command to build the FAQ:
faqtory build
With the default settings this will generate an FAQ.md file.
Suggest
The "suggest" subcommand can compile a list of FAQ entries that match a supplied issue title. Here's an example:
faqtory suggest "who is the author of FAQtory?"
This will generate a list of matching entries from the FAQ, and write Markdown to stdout. You can modify the output with the "suggest.md" template, which you will find in your ".faq/" directory (if you haven't configured it elsewhere),
This feature is designed to be used with a GitHub action to post an automated response. To enable this feature, copy new_issue.yml to a similarly named directory in your repository.
Disclaimer
This was a hastily put together tool by a maintainer that was tired of responding to the same old issues. I can't devote much time to this project, but I will happily accept PRs!
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file faqtory-1.1.3.tar.gz
.
File metadata
- Download URL: faqtory-1.1.3.tar.gz
- Upload date:
- Size: 5.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.6.1 CPython/3.11.5 Darwin/23.2.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fd8686668e946d371d8cdc4dd43ef861b4018a3cd12314aa7a0fa768805f388a |
|
MD5 | 7f0f441e764abf18b4d53dc6b0ebf858 |
|
BLAKE2b-256 | 51b402695d5b202d17a471cb19478cd2534a7a3a094611d8240cdcf067c8bf8f |
File details
Details for the file faqtory-1.1.3-py3-none-any.whl
.
File metadata
- Download URL: faqtory-1.1.3-py3-none-any.whl
- Upload date:
- Size: 7.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.6.1 CPython/3.11.5 Darwin/23.2.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 391c56338334697b9c73b8e463d6b255e23c88d0f5966beff6ddb06f656af665 |
|
MD5 | 11a4d683f71b6becbb98976a2296dcc8 |
|
BLAKE2b-256 | 320554a59e3b3fd2cef581468a64a9c3aa950b945890d3bd02aba80ed5bcc64a |