https://github.com/exislow/kleinanzeigen-magic
[DO NOT USE] [Or you will get blocked! This app need re-factoring.] Speed up your eBay Kleinanzeigen workflows -- for free!
https://github.com/exislow/kleinanzeigen-magic
ads ebay ebay-kleinanzeigen kleinanzeigen
Last synced: 4 months ago
JSON representation
[DO NOT USE] [Or you will get blocked! This app need re-factoring.] Speed up your eBay Kleinanzeigen workflows -- for free!
- Host: GitHub
- URL: https://github.com/exislow/kleinanzeigen-magic
- Owner: exislow
- License: agpl-3.0
- Created: 2021-02-01T21:27:11.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-04-05T11:12:53.000Z (over 2 years ago)
- Last Synced: 2023-11-14T21:32:11.655Z (almost 2 years ago)
- Topics: ads, ebay, ebay-kleinanzeigen, kleinanzeigen
- Language: JavaScript
- Homepage:
- Size: 860 KB
- Stars: 46
- Watchers: 9
- Forks: 7
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Kleinanzeigen Magic
**Warning**
**This is app is currently not working. If you will try to login your account gets banned by Kleinanzeigen.**
See https://github.com/exislow/kleinanzeigen-magic/issues/43
**Warning**
The Kleinanzeigen Magic App helps you to speed up certain workflows at [eBay Kleinanzeigen](https://www.ebay-kleinanzeigen.de/) for free! For instance, it is possible to push your ads to the very top of the search results with one click.
You can download a compiled release of this app [here](https://github.com/exislow/kleinanzeigen-magic/releases).
## Install the dependencies
```bash
yarn
```### Start the app in development mode (hot-code reloading, error reporting, etc.)
```bash
yarn dev
```Also check the files in folder `./doc`.
### Lint the files
```bash
yarn lint
```### Build the app for production
```bash
yarn build
```### Customize the configuration
See [Configuring quasar.conf.js](https://quasar.dev/quasar-cli/quasar-conf-js).## FAQ
### How to decompile the eBay Kleinanzeigen app?
1. Copy the Google PlayStore eBay Kleinanzeigen app link: https://play.google.com/store/apps/details?id=com.ebay.kleinanzeigen
2. Use any APK downloader to download the app's APK, e.g. https://apkpure.com/de/
3. Rename the downloaded `*.xapk` file to `*.zip` and extract it.
4. Decompile the extracted `com.ebay.kleinanzeigen.apk` using any Android decompiler, e.g. http://www.javadecompilers.com/
5. Start reverse engineering.## Credits
* I got the inspiration from the Python based [ebk-client](https://github.com/tejado/ebk-client). So I have ported it to NodeJS, extended it and also built a GUI on top.