Link to Viber Chat upon entering number

I found the answer, if anyone needs it here’s the code:

from urllib.parse import quote_plus
quote_plus($Phone) + " viber://chat/?number=00357" + quote_plus($Phone)

1 Like