Hi Matt,
Thanks for the tutorial! I am just getting started with python and decided doing it with a bot it could be interesting.
One problem I stumbled upon is that the function parse_direct_mention don't match if the message contains valid FQDN - slack transforms them into links and the input is something like this <https://google.com|google.com>
Can you help with direction how to solve it?
Hi Matt,
Thanks for the tutorial! I am just getting started with python and decided doing it with a bot it could be interesting.
One problem I stumbled upon is that the function parse_direct_mention don't match if the message contains valid FQDN - slack transforms them into links and the input is something like this
<https://google.com|google.com>Can you help with direction how to solve it?