sebthom
50ac195229
feat: extend categories.yaml
2024-11-22 13:43:15 +01:00
sebthom
a876add5a7
feat: by default delete old ads after republishing #338
2024-11-22 12:41:34 +01:00
sebthom
f9fdf4d158
refact: update categories
2024-11-22 12:40:27 +01:00
sebthom
a419c48805
refact: remove redundant comments
2024-11-22 12:30:50 +01:00
sebthom
ee09bb40a2
refact: add comment
2024-11-22 00:12:50 +01:00
sebthom
01d78bb000
feat: support shipping for WANTED ads #349
2024-11-21 23:53:26 +01:00
sebthom
6a315c97ce
feat: remove default prefix/suffix text from downloaded ads
2024-11-21 23:28:13 +01:00
sebthom
5086721082
feat: use YAML | block style for multi-line strings on add download
2024-11-21 23:11:36 +01:00
sebthom
735e564c76
fix: save location #296
2024-11-21 22:53:49 +01:00
sebthom
86c3aeea85
fix: downloaded images have wrong file extension #348
2024-11-21 22:53:35 +01:00
sebthom
fe13131dee
chore: update deps
2024-11-21 22:05:56 +01:00
sebthom
f6748de2b1
fix: add missing await keyword
2024-11-21 22:04:32 +01:00
sebthom
6e76b0ff4c
build: rename "scan" script to "audit"
2024-11-21 22:04:15 +01:00
sebthom
1b326c1ce8
chore: upgrade to Python 3.13 and update deps
2024-11-15 13:31:29 +01:00
Julian Hackinger
4a3fb230f5
fix: double login required ( #344 )
2024-11-15 13:05:08 +01:00
sebthom
dc951d54e4
ci: remove deprecated parameter
2024-10-24 20:07:11 +02:00
github-actions[bot]
6518a1f890
chore: Update Python dependencies
2024-10-24 19:38:35 +02:00
sebthom
9b320c1d3c
chore: update issue config
2024-10-08 21:41:29 +02:00
sebthom
ba6a40e373
chore: upgrade to Python 3.12.6
2024-09-16 12:10:05 +02:00
sebthom
6c5c1940e1
chore: Update Python dependencies
2024-09-16 11:56:34 +02:00
dependabot[bot]
7f9046a26d
ci(deps): bump peter-evans/create-pull-request from 6 to 7
...
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request ) from 6 to 7.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases )
- [Commits](https://github.com/peter-evans/create-pull-request/compare/v6...v7 )
---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-09-09 20:08:57 +02:00
Saghalt
b9e1f8c327
fix: ValueError when downloading ads without special_attributes ( #330 )
2024-09-02 20:55:21 +02:00
Saghalt
315400534b
Disable search engine popup with chrome
2024-08-22 13:11:46 +02:00
sebthom
0491636666
fix: SSL: CERTIFICATE_VERIFY_FAILED when running compiled version
2024-08-05 13:50:43 +02:00
sebthom
a74c618b36
fix: ModuleNotFoundError: No module named 'backports'
2024-08-05 13:50:43 +02:00
sebthom
69de3d07f5
chore: Update Python dependencies
2024-08-05 13:43:38 +02:00
Jeppy
c1272626aa
FIX id of web element to select special attribute changed
2024-07-23 12:14:19 +02:00
Jeppy
c967e901ac
FIX select condition from new dialog instead
2024-07-23 12:14:19 +02:00
Jeppy
71eb632191
FIX extract special attributes from ad page
...
Format of special attribute changed to "key:value|key:value".
Instead of transforming the string to JSON, directly create a dictionary from belen_conf.
2024-07-23 11:42:41 +02:00
sebthom
53f155f6c0
chore: use oldest supported Python version for dep updates
2024-07-19 17:13:03 +02:00
github-actions[bot]
39f9545d9b
chore: Update Python dependencies
2024-07-07 20:08:38 +02:00
github-actions[bot]
effc91c269
chore: Update Python dependencies
2024-06-11 10:56:46 +02:00
Saghalt
eab9874bdb
fix: special attributes cannot be parsed as JSON #312
2024-06-11 10:55:03 +02:00
github-actions[bot]
0f87e5573a
chore: Update Python dependencies
2024-05-30 22:14:37 +02:00
sebthom
ef6b25fb46
Scan final build results using clamscan
2024-05-30 22:03:16 +02:00
sebthom
1e0990580d
Log Github context
2024-05-30 21:46:15 +02:00
sebthom
9d0755c359
add MacOS ARM builds
2024-05-30 21:41:02 +02:00
Jeppy
4a8b6ecdf3
FIX selection of shipping options ( #307 )
2024-05-30 20:54:30 +02:00
Jeppy
929459a08d
FIX selecting price type
...
selecting the wanted index doesn't trigger a change event which is necessary to update internal variables regarding the price type
2024-05-30 20:27:25 +02:00
Jeppy
72283bf069
UPDATE wait for user interaction to solve captcha on publishing ad ( closes Second-Hand-Friends/kleinanzeigen-bot#301 )
2024-05-30 20:26:39 +02:00
Jeppy
b30867ca48
FIX extract sell directly from ad page
...
Web element with id `j-buy-now` does not exist anymore. Fetch the `payment-buttons-sidebar` instead and check the text for `Direkt kaufen`
2024-05-30 19:26:37 +02:00
Kjell Knudsen
ba73ebb393
fix navigation button selector
2024-05-11 15:49:03 +02:00
sebthom
822d3b7e7c
upgrade dependencies
...
- setuptools 69.1.1 -> 69.5.1
- pytest-rerunfailures 13.0 -> 14.0
- autopep8 2.0.4 -> 2.1.0
- typing-extensions 4.10.0 -> 4.11.0
- pyright 1.1.353 -> 1.1.359
- pyinstaller 6.5.0 -> 6.6.0
- pyinstaller-hooks-contrib 2024.3 -> 2024.4
- nodriver 0.27rc3 -> 0.27rc4
2024-04-17 17:49:11 +02:00
sebthom
12974285ad
start clamav before checkout
2024-04-04 19:00:38 +02:00
sebthom
657eadaa59
update workflow config
2024-04-04 14:24:01 +02:00
Maksim Bock
d1f50e9b16
fix broken link to categories in config_defaults.yaml
2024-04-03 21:46:49 +02:00
Tobias Faber
2c7d165b6e
Fix download on given IDs list
2024-04-01 23:03:27 +02:00
dependabot[bot]
88d9e053cb
ci(deps): bump toblux/start-clamd-github-action from 0.1 to 0.2
...
Bumps [toblux/start-clamd-github-action](https://github.com/toblux/start-clamd-github-action ) from 0.1 to 0.2.
- [Release notes](https://github.com/toblux/start-clamd-github-action/releases )
- [Commits](https://github.com/toblux/start-clamd-github-action/compare/v0.1...v0.2 )
---
updated-dependencies:
- dependency-name: toblux/start-clamd-github-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-04-01 19:58:07 +02:00
Moritz Graf
b3cc8ef5cd
Fixing missing src directory in README ( #288 )
2024-04-01 18:09:50 +02:00
Tobias Faber
114afb6a73
fix: download of shipping info. Fixes #282 ( #286 )
2024-03-29 14:45:21 +01:00