From b3cc8ef5cdeb170eb633ab64209681d3c4efcae3 Mon Sep 17 00:00:00 2001 From: Moritz Graf Date: Mon, 1 Apr 2024 18:09:50 +0200 Subject: [PATCH] Fixing missing src directory in README (#288) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bb23580..c56a5fd 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ It is the spiritual successor to [Second-Hand-Friends/ebayKleinanzeigen](https:/ - use YAML or JSON for config files - one config file per ad - use globbing (wildcards) to select images from local disk via [wcmatch](https://facelessuser.github.io/wcmatch/glob/#syntax) - - reference categories by name (looked up from [categories.yaml](https://github.com/Second-Hand-Friends/kleinanzeigen-bot/blob/main/kleinanzeigen_bot/resources/categories.yaml)) + - reference categories by name (looked up from [categories.yaml](https://github.com/Second-Hand-Friends/kleinanzeigen-bot/blob/main/src/kleinanzeigen_bot/resources/categories.yaml)) - logging is configurable and colorized - provided as self-contained executable for Windows, Linux and macOS - source code is pylint/bandit/mypy checked and uses Python type hints @@ -248,7 +248,7 @@ ad_defaults: republication_interval: 7 # every X days ads should be re-published # additional name to category ID mappings, see default list at -# https://github.com/Second-Hand-Friends/kleinanzeigen-bot/blob/main/kleinanzeigen_bot/resources/categories.yaml +# https://github.com/Second-Hand-Friends/kleinanzeigen-bot/blob/main/src/kleinanzeigen_bot/resources/categories.yaml categories: #Notebooks: 161/278 # Elektronik > Notebooks #Autoteile: 210/223/sonstige_autoteile # Auto, Rad & Boot > Autoteile & Reifen > Weitere Autoteile @@ -289,7 +289,7 @@ type: # one of: OFFER, WANTED title: description: # can be multiline, see syntax here https://yaml-multiline.info/ -# built-in category name as specified in https://github.com/Second-Hand-Friends/kleinanzeigen-bot/blob/main/kleinanzeigen_bot/resources/categories.yaml +# built-in category name as specified in https://github.com/Second-Hand-Friends/kleinanzeigen-bot/blob/main/src/kleinanzeigen_bot/resources/categories.yaml # or custom category name as specified in config.yaml # or category ID (e.g. 161/27) category: Notebooks