Send message to Slack using web hook and Python

Поделиться
HTML-код
  • Опубликовано: 9 сен 2024
  • Sending message to slack using Python

Комментарии • 23

  • @mfmonline
    @mfmonline 4 года назад +3

    Easiest and most simple one to get it started!! I spent hours trying to follow documentation!! also worked so easily on a lambda!

    • @SHA256HASH
      @SHA256HASH 4 года назад

      Exact same happened with me. Slack API site is a nightmare.

  • @sonidoliberto
    @sonidoliberto 4 года назад +3

    Very clear, thank you!

  • @zeeshanzubair3669
    @zeeshanzubair3669 4 года назад +1

    Very helpful thank you.

  • @101chocolate
    @101chocolate Год назад

    Thank you so much!

  • @rrafaelpaz
    @rrafaelpaz 6 лет назад +1

    Thanks mate, really helpful video!

  • @katrinasock2107
    @katrinasock2107 5 лет назад

    Great tutorial. Thank you very much.

  • @eveanthonyrondina8710
    @eveanthonyrondina8710 5 лет назад

    Thanks you, for this great tutorial.

  • @minitrivedi2997
    @minitrivedi2997 4 года назад +1

    thank you !

  • @Danielchall25
    @Danielchall25 4 года назад

    You are awesome. Thank you.

  • @charlesbovalis6591
    @charlesbovalis6591 5 лет назад

    I have successfully tried your example above and thank you for providing a short and clear video on this. I do have two questions if you don't mind: 1) Do you have a similar video on how to send a message to Slack using a slack-bot instead of a slack web-hook and 2) Is there any benefit for choosing slack-bot vs slack web-hook when all we need to do is sending the output of a cron-job (in Python) to our team-specific slack channel ? I would very much appreciate your feedback on this. Thank you for your time.

    • @realcryptc
      @realcryptc 4 года назад

      I think the advantage of using slack bot is the commercial aspect of it. The web-hook seems great for internal use

    • @sonali07samparna
      @sonali07samparna 3 года назад +1

      Infomative video.can you suggest/advise if we can send any attachment to slack using python?

  • @sonali07samparna
    @sonali07samparna 3 года назад

    Infomative video.can you suggest/advise if we can send any attachment to slack using python?

  • @nikhiljain5887
    @nikhiljain5887 3 года назад +1

    Great. I really looking for something like this. Can please help how I can send data in HTML format in same way ?

  • @LearningTogetherWithAbhi
    @LearningTogetherWithAbhi 6 лет назад

    @Java Home Cloud ... can we send message via Java instead of Python

  • @midwestexplorer
    @midwestexplorer 6 лет назад

    Good stuff!

  • @user2kffs
    @user2kffs 4 года назад

    That webhook will expire pretty quickly, how do you use oauth to get the access token?

  • @analyticsandintelligence
    @analyticsandintelligence 4 года назад

    how can I send an image?

  • @tcmcse
    @tcmcse 5 лет назад

    thank you!