kleinanzeigen-bot-tu[bot]
ed2f63f0dd
chore: ✔ Update certifi 2025.6.15 -> 2025.7.9 ( #575 )
...
✔ Update certifi 2025.6.15 -> 2025.7.9 successful
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-07-09 12:44:01 +02:00
sebthom
3f85d9e8da
chore: upgrade to Python 3.13.5
2025-07-08 21:05:58 +02:00
Heavenfighter
146d29c62c
#573 refactored shipping_option ( #574 )
2025-07-07 19:58:30 +02:00
Sebastian Thomschke
b7882065b7
feat: detect double-click launch on Windows and abort with info message ( #570 )
...
---------
Co-authored-by: Jens Bergmann <1742418+1cu@users.noreply.github.com >
2025-07-05 13:58:24 +02:00
kleinanzeigen-bot-tu[bot]
14a917a1c7
chore: Update Python dependencies ( #571 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-07-05 13:57:32 +02:00
Jens Bergmann
7ff005d18b
fix: chores ( #565 )
2025-07-03 15:12:43 +02:00
github-actions[bot]
017047ba01
chore: Update Python dependencies
2025-07-03 15:11:16 +02:00
Heavenfighter
3734a73542
#567 refactored minor classes
...
search options
2025-07-02 17:03:33 +02:00
kleinanzeigen-bot-tu[bot]
3d937a4203
chore: Update Python dependencies ( #564 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-06-28 00:06:18 +02:00
Jens Bergmann
5430f5cdc6
feat: update check ( #561 )
...
feat(update-check): add robust update check with interval support, state management, and CLI integration
- Implement version and interval-based update checks with configurable settings
- Add CLI command `kleinanzeigen-bot update-check` for manual checks
- Introduce state file with versioning, UTC timestamps, and migration logic
- Validate and normalize intervals (1d–4w) with fallback for invalid values
- Ensure correct handling of timezones and elapsed checks
- Improve error handling, logging, and internationalization (i18n)
- Add comprehensive test coverage for config, interval logic, migration, and CLI
- Align default config, translations, and schema with new functionality
- Improve help command UX by avoiding config/log loading for `--help`
- Update documentation and README with full feature overview
2025-06-27 07:52:40 +02:00
sebthom
4d4f3b4093
ci: update bug issue template
2025-06-24 18:07:29 +02:00
kleinanzeigen-bot-tu[bot]
267a1ca44d
chore: Update Python dependencies ( #562 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-06-23 13:35:52 +02:00
Jens Bergmann
c3499b3824
feat: add version to banner ( #560 )
2025-06-22 21:11:13 +02:00
kleinanzeigen-bot-tu[bot]
55776f3ff6
chore: Update Python dependencies ( #558 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-06-22 21:05:32 +02:00
kleinanzeigen-bot-tu[bot]
bee5468942
chore: ✔ Update mypy 1.16.0 -> 1.16.1 ( #556 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-06-17 12:26:11 +02:00
Jeppy
15b3698114
fix: dimension92 may not be defined in universalAnalyticsOpts ( #555 )
2025-06-16 12:46:13 +02:00
Heavenfighter
f69ebef643
feat: add new update command to update published ads ( #549 )
...
Co-authored-by: Jens Bergmann <1742418+1cu@users.noreply.github.com >
2025-06-16 11:46:51 +02:00
kleinanzeigen-bot-tu[bot]
e86f4d9df4
chore: Update Python dependencies ( #554 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-06-15 12:41:50 +02:00
kleinanzeigen-bot-tu[bot]
bd2f081a89
chore: Update Python dependencies ( #552 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-06-13 12:30:49 +02:00
Heavenfighter
0305a10eae
Refactored category and special attribute ( #550 )
2025-06-12 14:08:06 +02:00
kleinanzeigen-bot-tu[bot]
86140c77f8
chore: Update Python dependencies ( #551 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-06-12 14:07:43 +02:00
Heavenfighter
0f1cf71960
#547 refactored setting condition ( #548 )
2025-06-11 11:29:38 +02:00
Heavenfighter
4d48427234
fix: detect payment form and wait or user input ( #520 )
...
Co-authored-by: Jens Bergmann <1742418+1cu@users.noreply.github.com >
2025-06-10 15:51:59 +02:00
Heavenfighter
a5603e742f
#545 refactored select city from zip ( #546 )
2025-06-10 14:47:02 +02:00
Jens Bergmann
92ac17b430
fix: improve login flow tests
...
Login Flow Tests:
- Fixed test_login_flow_handles_captcha to properly handle both login
attempts
- Added individual test functions for each component of the login flow:
* test_check_and_wait_for_captcha: Tests captcha detection and user
interaction
* test_fill_login_data_and_send: Tests login form filling and
submission
* test_handle_after_login_logic: Tests post-login handling (device
verification, GDPR)
- Improved test assertions to match actual behavior of the login process
- Added proper async mocking to prevent test stalling
Test Init:
- Fixed test_extract_pricing_info to properly handle all price formats
- Improved test coverage for price extraction edge cases
- Ensured tests accurately reflect the actual behavior of the price
extraction logic
2025-06-09 21:39:56 +02:00
Heavenfighter
8ac57932ba
fix: login does not work anymore #539
...
Refactored login input element ids.
Refactored captcha handling to one function
2025-06-09 21:39:56 +02:00
sebthom
c6e8175670
fix(deps): upgrade requests package
2025-06-09 21:39:56 +02:00
sebthom
ebfdbc4313
fix: shipping options are not applied when shipping_costs set to 0 #541
2025-06-09 20:58:04 +02:00
sebthom
3978d85cb4
fix: ruff PLC0207 missing-maxsplit-arg
2025-06-09 20:58:04 +02:00
kleinanzeigen-bot-tu[bot]
67805e633f
chore: Update Python dependencies ( #542 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-06-09 13:35:22 +02:00
kleinanzeigen-bot-tu[bot]
2d1e655535
chore: Update Python dependencies ( #538 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-06-07 12:21:19 +02:00
kleinanzeigen-bot-tu[bot]
3d01119370
chore: ✔ Update ruff 0.11.12 -> 0.11.13 ( #537 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-06-06 12:21:31 +02:00
kleinanzeigen-bot-tu[bot]
41591f70d1
chore: Update Python dependencies ( #535 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-06-05 15:24:30 +02:00
sebthom
85bd5c2f2a
fix: update config schema
2025-06-05 13:07:07 +02:00
Heavenfighter
770429f824
#533 Loading images from default config ( #536 )
2025-06-05 12:31:05 +02:00
sebthom
ea8af3795b
fix: creating GH releases fails
2025-05-30 17:50:53 +02:00
sebthom
37c0eba7c7
fix: publishing docker image to ghcr.io fails
2025-05-30 17:22:53 +02:00
kleinanzeigen-bot-tu[bot]
5fc98a143a
chore: Update Python dependencies ( #534 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-05-30 16:56:34 +02:00
Heavenfighter
192b42a833
#525 Refactored gdpr handling ( #532 )
2025-05-28 14:43:23 +02:00
Heavenfighter
fbaeb80585
fix: clearing password input while logging in ( #531 )
...
* #530 Sending empty string to password input
* #530 added comment for clarification
2025-05-28 11:40:34 +02:00
kleinanzeigen-bot-tu[bot]
08f22d2257
chore: ✔ Update setuptools 80.8.0 -> 80.9.0 ( #529 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-05-27 12:30:57 +02:00
sebthom
15461bb1a5
fix: release build not running
2025-05-26 20:50:54 +02:00
kleinanzeigen-bot-tu[bot]
bf876b15be
chore: ✔ Update pytest-asyncio 0.26.0 -> 1.0.0 ( #526 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-05-26 19:56:16 +02:00
Heavenfighter
347c67a388
fixes #512 ( #519 )
...
Refactored images extraction. Now directly using galleryimage-elements instead of carousel.
2025-05-25 22:28:20 +02:00
kleinanzeigen-bot-tu[bot]
b17b19db24
chore: Update Python dependencies ( #518 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-05-25 16:22:04 +02:00
Heavenfighter
e94a1dd8af
fixes #522 ( #523 )
...
Refactored XPATH expression for
deselecting unwanted
shipping options.
2025-05-25 16:21:09 +02:00
kleinanzeigen-bot-tu[bot]
337516cf9b
chore: Update Python dependencies ( #517 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-05-22 12:24:48 +02:00
kleinanzeigen-bot-tu[bot]
8ae9d1182e
chore: Update Python dependencies ( #516 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-05-21 12:50:47 +02:00
sebthom
d992fed9e9
ci: only publish coverage reports after all matrix builds are complete
2025-05-18 23:23:23 +02:00
sebthom
c794102452
chore: update workflow config
2025-05-18 21:06:08 +02:00