exislow / kleinanzeigen-magic

[DO NOT USE] [Or you will get blocked! This app need re-factoring.] Speed up your eBay Kleinanzeigen workflows -- for free!
GNU Affero General Public License v3.0
44 stars 7 forks source link

they changed to kleinanzeigen.de #40

Open s72817 opened 1 year ago

s72817 commented 1 year ago

they changed to https://api.kleinanzeigen.de/api

backupandforkacc commented 1 year ago

see my fork for adapted version: https://github.com/backupandforkacc/kleinanzeigen-magic/

exislow commented 1 year ago

@s72817: Thanks for the suggestion. I will adapt it in the code.

@backupandforkacc: I cannot see any commits in your repository. Do you want to get me a pull request?

exislow commented 1 year ago

I have pushed the API endpoint change to the develop branch. Ads can be topped up again.

BUT I receive every time on login with the Kleinanzeigen Magic app an e-mail, that I need to change my password. This means the login routine has changed. I need some time to reverse the new routine and adapt it. Please do not use the app until the routine is adapted, except if you want to get your account blocked.

backupandforkacc commented 1 year ago

Many thanks.

I cannot confirm the behaviour with having to change passwords with the app I built from the dev branch. I could login and top up the ad without issues. Just tested it again.

I did not test with your latest build.

exislow commented 1 year ago

Have you tried it by building the develop branch or did you just test it with the latest build?

backupandforkacc commented 1 year ago

Sorry I was not clear. Adapted my post. I did only test my fork where I adapted the URI and build the app with yarn. I am not a professional developer, so sorry if I do not use the correct terminology

exislow commented 1 year ago

Maybe you like to share your code?

s72817 commented 1 year ago

@exislow Have you tried to change to api.kleinanzeigen.de/api? They are now more crazy: they want x-ebayk-wenkse-session-id and x-acf-sensor-data in header :(

backupandforkacc commented 1 year ago

I just adapted the file kleinanzeigen.js and set the base url to BASE_URL = 'https://api.kleinanzeigen.de/api';

I tested today and it works (I could renew an ad).

s72817 commented 1 year ago

I just adapted the file kleinanzeigen.js and set the base url to BASE_URL = 'https://api.kleinanzeigen.de/api';

I tested today and it works (I could renew an ad).

you can also login with new base url?