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
Tobias Faber
db465af9b7
Fix VB Price with thousand separator
2024-03-29 13:39:09 +01:00
SphaeroX
5c8e00df52
fix: No HTML element found with ID 'my-manageads-adlist' ( #284 )
2024-03-28 19:45:42 +01:00
sebthom
46b901d0cc
ci: remove unused token
2024-03-18 19:08:47 +01:00
github-actions[bot]
78c9b16058
chore: Update Python dependencies
2024-03-18 19:06:22 +01:00
dependabot[bot]
750f6a0ef2
ci(deps): bump geekyeggo/delete-artifact from 4 to 5
...
Bumps [geekyeggo/delete-artifact](https://github.com/geekyeggo/delete-artifact ) from 4 to 5.
- [Release notes](https://github.com/geekyeggo/delete-artifact/releases )
- [Changelog](https://github.com/GeekyEggo/delete-artifact/blob/main/CHANGELOG.md )
- [Commits](https://github.com/geekyeggo/delete-artifact/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: geekyeggo/delete-artifact
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-03-18 19:06:12 +01:00
sebthom
ef3429435b
fix: root CA certs missing in docker image
2024-03-16 22:09:02 +01:00
sebthom
7c982ad502
fix: don't hardcode republication_interval. Fixes #271
2024-03-14 12:51:19 +01:00
sebthom
a8290500e7
build kleinanzeigen-bot-windows-amd64-uncompressed.exe
2024-03-11 23:08:30 +01:00
dependabot[bot]
e75936da75
ci(deps): bump actions/checkout from 2 to 4
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 2 to 4.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v2...v4 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-03-11 19:56:51 +01:00
sebthom
d5ae070bb3
chore: Update Python dependencies
2024-03-11 00:41:20 +01:00
sebthom
f943078d44
ci: configure clamd anti-virus/malware daemon
2024-03-11 00:13:50 +01:00
sebthom
61f362afb4
remove obsolete chrome-driver from docker image
2024-03-08 15:21:17 +01:00
sebthom
7133b26c37
update stale config
2024-03-08 13:00:14 +01:00
Samuel
d7fec9e4ce
Fix: Crash on downloading ads with prices >=1000 Eur ( #267 )
...
Co-authored-by: Sebastian Thomschke <sebthom@users.noreply.github.com >
2024-03-08 12:06:47 +01:00
Sebastian Thomschke
e99f74bc58
Handle quotes in commit messages
2024-03-08 00:08:42 +01:00
sebthom
c9f12bfeea
add "pdm debug" task
2024-03-07 23:21:50 +01:00
sebthom
e7c7ba90be
support re-using already open browser window
2024-03-07 23:07:23 +01:00
sebthom
d1f33bb44a
improve check if already logged in
2024-03-07 22:12:26 +01:00