Skip to content

[DO NOT USE] [Or you will get blocked! This app need re-factoring.] Speed up your eBay Kleinanzeigen workflows -- for free!

License

Notifications You must be signed in to change notification settings

exislow/kleinanzeigen-magic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

dc7a5c7 · Apr 5, 2023

History

59 Commits
Oct 27, 2021
Jan 24, 2021
Feb 1, 2021
Jan 24, 2021
Sep 11, 2022
Sep 11, 2022
Jan 24, 2021
Jan 24, 2021
Jan 24, 2021
Jan 24, 2021
Jan 24, 2021
Jan 24, 2021
Apr 5, 2023
Jan 24, 2021
Jan 24, 2021
Sep 11, 2022
Feb 2, 2021
May 7, 2022

Repository files navigation

Kleinanzeigen Magic

Warning

This is app is currently not working. If you will try to login your account gets banned by Kleinanzeigen.

See #43

Warning

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.

Install the dependencies

yarn

Start the app in development mode (hot-code reloading, error reporting, etc.)

yarn dev

Also check the files in folder ./doc.

Lint the files

yarn lint

Build the app for production

yarn build

Customize the configuration

See Configuring 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. So I have ported it to NodeJS, extended it and also built a GUI on top.