David Lev
David Lev
@weershft did you find any solution?
@shanmugaacharan What I ended up doing is making sure that the software is restarted every time it crashes, it's possible with `while true; do run_program_cmd; done` or with docker compose...
Hi @madhuk-uwc :) When you listening to [@wa.on_raw_update](https://pywa.readthedocs.io/en/latest/content/handlers/handler_decorators.html#pywa.client.WhatsApp.on_raw_update) do you get the updates? If so - please send the raw json (remember to remove sensitive info of course)
The Django framework is not like all other web frameworks (flask, fadtapi etc), and its routes structure works in a different way, therefore supporting the library requires thinking about how...
Hi @scroogeT Try use this https://pywa.readthedocs.io/en/latest/content/client/client_reference.html#pywa.client.WhatsApp.webhook_update_handler and this https://pywa.readthedocs.io/en/latest/content/client/client_reference.html#pywa.client.WhatsApp.webhook_challenge_handler
Same for me. any solution? ```python twikit.errors.CouldNotTweet: { "message": "Authorization: This request looks like it might be automated. To protect our users from spam and other malicious activity, we can't...
@YonchRibak Great work! Have you implemented the `RetrieveTemplate` class? I can see it in the template.py file
> Hi, did you receive my last pr? are there issues? I'm going to change the design of the templates (you can see the progress here https://github.com/david-lev/pywa/tree/templates-v2) I'll try to...
Hi @YonchRibak, Thank you so much for this PR and for the time and thought you put into it 🙏 I really appreciate your effort in adding support for retrieving...
Hi @mhaugestad, Thanks a lot for this PR and for your effort in adding support for media carousels — it’s clear you put thought into the structure and alignment with...