The Kleinanzeigen Magic App helps you to speed up certain workflows at eBay Kleinanzeigen 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.
yarnyarn devAlso check the files in folder ./doc.
yarn lintyarn buildSee Configuring quasar.conf.js.
- Copy the Google PlayStore eBay Kleinanzeigen app link: https://play.google.com/store/apps/details?id=com.ebay.kleinanzeigen
- Use any APK downloader to download the app's APK, e.g. https://apkpure.com/de/
- Rename the downloaded
*.xapkfile to*.zipand extract it. - Decompile the extracted
com.ebay.kleinanzeigen.apkusing any Android decompiler, e.g. http://www.javadecompilers.com/ - Start reverse engineering.
- I got the inspiration from the Python based ebk-client. So I have ported it to NodeJS, extended it and also built a GUI on top.