2023-12-16 00:01:29 +01:00
|
|
|
#
|
|
|
|
|
# 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.
|
2023-12-15 14:50:40 +01:00
|
|
|
verbose = true
|
2023-12-16 00:01:29 +01:00
|
|
|
|
|
|
|
|
# directory where to store downloaded ads. kleingebaeck will try to
|
|
|
|
|
# create it. must be a quoted string.
|
2023-12-15 14:50:40 +01:00
|
|
|
outdir = "test"
|
2023-12-16 20:32:10 +01:00
|
|
|
|
|
|
|
|
# template. leave empty to use the default one, which is:
|
2023-12-17 17:32:05 +01:00
|
|
|
# "Title: {{.Title}}\nPrice: {{.Price}}\nId: {{.Id}}\nCategory: {{.Category}}\nCondition: {{.Condition}}\nCreated: {{.Created}}\n\n{{.Text}}\n"
|
2023-12-16 20:32:10 +01:00
|
|
|
template = ""
|