-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Namensaenderung von ebay-Kleinanzeigen auf Kleinanzeigen #32
Comments
Hi, |
This is something they are doing already for quite some time. |
i actually wasnt even able to run it once. I've set it up on a VPS Server using Linux, maybe thats the issue? |
Means you have a static IP? |
I just want to share my experiences.
Hope that helps. |
Maybe you could do a pr so Vinc3PO can merge them. |
I will try to figure out how compatible it is with my overall changes. I have customized my fork of the script quite a bit by now. Maybe I can rather make a contribution to the master branch, maybe that is what you meant... I am new to GitHub. |
that would be amazing! |
Hey, vielen Dank erstmal fuer das script.
Leider ist es jetzt aber dazu gekommen, dass ein paar fehlermeldungen entstehen, sobald man die Links einfuegen moechte.
sobald ich den Befehl "ebAlert start" eingebe, erhalte ich eine Fehlermeldung. ( Webpage fetching error for url: https://www.kleinanzeigen.de/s-45257/clubmate/k0l2039r200 )
Ich weiss leider wirklich nicht, wie ich das umgehen kann. Waere wirklich nett, wenn mir jemand dabei helfen koennte.|
EDIT:
Habe gerade nochmal im Code nachgeschaut und das hier gefunden:
response = requests.get(self.link, headers=custom_header)
if response and response.status_code == 200:
return response.text
else:
print(f"<< webpage fetching error for url: {self.link}")
wenn ich's richtig verstehe, kann sich der Bot einfach keinen Zugriff zur Seite verschaffen?
The text was updated successfully, but these errors were encountered: