diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 42499bc..7293a8c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -339,7 +339,22 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} RELEASE_NAME: ${{ steps.release.outputs.name }} - COMMIT_MSG: ${{ github.event.head_commit.message }} # https://stackoverflow.com/a/78420438/5116073 + COMMIT_MSG: | # https://stackoverflow.com/a/78420438/5116073 + ${{ github.event.head_commit.message }} + + --- + #### ⚠️ Rechtlicher Hinweis +

Die Nutzung dieses Programms könnte gegen die zum Zeitpunkt der Verwendung gültigen Nutzungsbedingungen von kleinanzeigen.de verstoßen. + Es liegt in Ihrer Verantwortung, die rechtliche Zulässigkeit der Nutzung zu prüfen. + Die Entwickler übernehmen keinerlei Haftung für mögliche Schäden oder rechtliche Konsequenzen. + Die Nutzung erfolgt auf eigenes Risiko. Jede rechtswidrige Verwendung ist untersagt.

+ + #### ⚠️ Legal notice +

The use of this program could violate the terms of service of kleinanzeigen.de valid at the time of use. + It is your responsibility to ensure the legal compliance of its use. + The developers assume no liability for any damages or legal consequences. + Use is at your own risk. Any unlawful use is strictly prohibited.

+ # https://cli.github.com/manual/gh_release_create run: | GH_DEBUG=1 gh release create "$RELEASE_NAME" \ diff --git a/README.md b/README.md index 53c3748..eafcd54 100644 --- a/README.md +++ b/README.md @@ -21,12 +21,12 @@ ## About -**kleinanzeigen-bot** is a console based application to ease publishing of ads to [kleinanzeigen.de](https://kleinanzeigen.de). +**kleinanzeigen-bot** is a console-based application to simplify the process of publishing ads on kleinanzeigen.de. -It is the spiritual successor to [Second-Hand-Friends/ebayKleinanzeigen](https://github.com/Second-Hand-Friends/ebayKleinanzeigen) with the following advantages: +It is a spiritual successor to [Second-Hand-Friends/ebayKleinanzeigen](https://github.com/Second-Hand-Friends/ebayKleinanzeigen) with the following enhancements: - multi-language support (DE/EN) - supports Microsoft Edge browser (Chromium based) -- does not require Selenium and chromedrivers +- does not require [Selenium](https://www.selenium.dev/) and [ChromeDrivers](https://developer.chrome.com/docs/chromedriver/) - better captcha handling - config: - use YAML or JSON for config files @@ -35,10 +35,25 @@ It is the spiritual successor to [Second-Hand-Friends/ebayKleinanzeigen](https:/ - 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 +- source code is Pylint/Bandit/mypy checked and uses [Python type hints](https://docs.python.org/3/library/typing.html) - CI builds +### ⚠️ Legal Disclaimer + +The use of this program could violate the terms of service of kleinanzeigen.de applicable at the time of use. +It is your responsibility to ensure the legal compliance of its use. +The developers assume no liability for any damages or legal consequences. +Use is at your own risk. Any unlawful use is strictly prohibited. + +### ⚠️ Rechtliche Hinweise + +Die Nutzung dieses Programms könnte gegen die zum Zeitpunkt der Nutzung geltenden Nutzungsbedingungen von kleinanzeigen.de verstoßen. +Es liegt in Ihrer Verantwortung, die rechtliche Zulässigkeit der Nutzung zu prüfen. +Die Entwickler übernehmen keinerlei Haftung für mögliche Schäden oder rechtliche Konsequenzen. +Die Nutzung erfolgt auf eigenes Risiko. Jede rechtswidrige Verwendung ist untersagt. + + ## Installation ### Installation using pre-compiled exe