mirror of
https://codeberg.org/scip/kleingebaeck.git
synced 2025-12-16 20:11:01 +01:00
20 lines
613 B
HCL
20 lines
613 B
HCL
#
|
|
# kleingebaeck sample configuration file.
|
|
# put this to ~/.kleingebaeck.hcl.
|
|
#
|
|
# Comments start with the '#' character.
|
|
|
|
# kleinanzeigen.de user-id. must be an unquoted number
|
|
user = 00000000
|
|
|
|
# enable verbose output (same as -v), may be true or false.
|
|
verbose = true
|
|
|
|
# directory where to store downloaded ads. kleingebaeck will try to
|
|
# create it. must be a quoted string.
|
|
outdir = "test"
|
|
|
|
# template. leave empty to use the default one, which is:
|
|
# "Title: {{.Title}}\nPrice: {{.Price}}\nId: {{.Id}}\nCategory: {{.Category}}\nCondition: {{.Condition}}\nCreated: {{.Created}}\n\n{{.Text}}\n"
|
|
template = ""
|