mirror of
https://github.com/Second-Hand-Friends/kleinanzeigen-bot.git
synced 2026-03-12 02:31:45 +01:00
docs: Update doc
This commit is contained in:
17
.github/workflows/build.yml
vendored
17
.github/workflows/build.yml
vendored
@@ -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
|
||||
<p>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.</p>
|
||||
|
||||
#### ⚠️ Legal notice
|
||||
<p>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.</p>
|
||||
|
||||
# https://cli.github.com/manual/gh_release_create
|
||||
run: |
|
||||
GH_DEBUG=1 gh release create "$RELEASE_NAME" \
|
||||
|
||||
23
README.md
23
README.md
@@ -21,12 +21,12 @@
|
||||
|
||||
## <a name="about"></a>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.
|
||||
|
||||
|
||||
## <a name="installation"></a>Installation
|
||||
|
||||
### Installation using pre-compiled exe
|
||||
|
||||
Reference in New Issue
Block a user