mirror of
https://github.com/Second-Hand-Friends/kleinanzeigen-bot.git
synced 2026-03-12 10:31:50 +01:00
initial import
This commit is contained in:
0
kleinanzeigen_bot/resources/__init__.py
Normal file
0
kleinanzeigen_bot/resources/__init__.py
Normal file
18
kleinanzeigen_bot/resources/ad_fields.yaml
Normal file
18
kleinanzeigen_bot/resources/ad_fields.yaml
Normal file
@@ -0,0 +1,18 @@
|
||||
active:
|
||||
type:
|
||||
title:
|
||||
description:
|
||||
category:
|
||||
price:
|
||||
price_type:
|
||||
shipping_type:
|
||||
images: []
|
||||
contact:
|
||||
name:
|
||||
street:
|
||||
zipcode:
|
||||
phone:
|
||||
republication_interval:
|
||||
id:
|
||||
created_on:
|
||||
updated_on:
|
||||
17
kleinanzeigen_bot/resources/categories.yaml
Normal file
17
kleinanzeigen_bot/resources/categories.yaml
Normal file
@@ -0,0 +1,17 @@
|
||||
# Elektronik
|
||||
Notebooks: 161/27
|
||||
PCs: 161/228
|
||||
PC-Zubehör: 161/225/sonstiges
|
||||
Software: 161/225/software
|
||||
Telefone: 161/173/telefone
|
||||
|
||||
# Freizeit
|
||||
Sammeln: 185/234/sonstige
|
||||
|
||||
# Mode & Beauty
|
||||
Gesundheit: 153/224/gesundheit
|
||||
|
||||
# Sonstiges
|
||||
Tauschen: 272/273
|
||||
Verleihen: 272/274
|
||||
Verschenken: 272/192
|
||||
35
kleinanzeigen_bot/resources/config_defaults.yaml
Normal file
35
kleinanzeigen_bot/resources/config_defaults.yaml
Normal file
@@ -0,0 +1,35 @@
|
||||
ad_files:
|
||||
- "**/ad_*.json"
|
||||
- "**/ad_*.yml"
|
||||
- "**/ad_*.yaml"
|
||||
|
||||
ad_defaults:
|
||||
active: true
|
||||
type: OFFER
|
||||
description:
|
||||
prefix:
|
||||
suffix:
|
||||
price_type: NEGOTIABLE
|
||||
shipping_type: SHIPPING
|
||||
contact:
|
||||
name:
|
||||
street:
|
||||
zipcode:
|
||||
phone:
|
||||
republication_interval: 7
|
||||
|
||||
categories: []
|
||||
|
||||
browser:
|
||||
# https://peter.sh/experiments/chromium-command-line-switches/
|
||||
arguments:
|
||||
# https://stackoverflow.com/a/50725918/5116073
|
||||
- --disable-dev-shm-usage
|
||||
- --no-sandbox
|
||||
# --headless
|
||||
# --start-maximized
|
||||
binary_location:
|
||||
|
||||
login:
|
||||
username:
|
||||
password:
|
||||
Reference in New Issue
Block a user