vinc3PO / ebayKleinanzeigenAlert

Telegram Alert for ebay kleinanzeigen posts
MIT License
57 stars 15 forks source link

Change "requests" to "selenium webdriver" #41

Open yamanatoo opened 6 months ago

yamanatoo commented 6 months ago

"requests" doesn't work anymore with Kleinanzeige. One possible solution is to open the page in a web-browser. Hence the use of "selenium webdriver". The user must either have Chrome browser installed or must change "webdriver.Chrome" in "ebAlert/ebayscrapping/ebayclass.py" to his chosen browser.

tjmaru commented 3 weeks ago

Hey @yamanatoo I'd say for me it works as it is. At least I'm able to receive new post based on my search request.

Can you please add more details what does not work? I mean which part of application?

yamanatoo commented 3 weeks ago

This was the issue back then as mentioned in the pull request (https://github.com/vinc3PO/ebayKleinanzeigenAlert/issues/39) I made the pull request so that other people could try it if the original application didn't work for them. But I currently don't know if they work or not.