Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай How to create a Slack bot to automate tasks for you, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:01:01
    Welcome
  2. Урок 2. 00:06:05
    What we are building
  3. Урок 3. 00:03:33
    Create a Slack app
  4. Урок 4. 00:03:36
    Create a custom slash command for Slack
  5. Урок 5. 00:02:52
    Setup development environment
  6. Урок 6. 00:08:50
    Get an Express server up and running
  7. Урок 7. 00:09:21
    Setup ngrok
  8. Урок 8. 00:08:05
    Using git and an introduction to Slack's message builder
  9. Урок 9. 00:04:13
    Create a Slack bot in our Slack app
  10. Урок 10. 00:17:11
    Coding up the sendDM function
  11. Урок 11. 00:09:37
    Review of sendDM and using it to send a direct message
  12. Урок 12. 00:12:18
    Formatting and creating dynamic messages
  13. Урок 13. 00:11:42
    Displaying buttons in Slack messages
  14. Урок 14. 00:03:44
    Refactoring our code for handling routes
  15. Урок 15. 00:07:10
    How to process button clicks in Slack messages
  16. Урок 16. 00:10:08
    How to modify original interactive message after button click
  17. Урок 17. 00:12:54
    Send feedback to the user who made a purchase request
  18. Урок 18. 00:06:57
    Introduction to state management
  19. Урок 19. 00:08:14
    Scaffolding a code module for Firebase
  20. Урок 20. 00:12:07
    Saving data to Firebase
  21. Урок 21. 00:08:28
    Review and getting the key for each record
  22. Урок 22. 00:05:50
    Overview of using Firebase as the memory of our Slack bot
  23. Урок 23. 00:13:08
    Reading data from Firebase
  24. Урок 24. 00:05:32
    Code cleanup and planning on sending reminders to the CEO
  25. Урок 25. 00:06:35
    Adding a timestamp when a purchase request was made
  26. Урок 26. 00:07:36
    Recording the CEO's decision in Slack bot's memory
  27. Урок 27. 00:04:15
    Review and code cleanup
  28. Урок 28. 00:06:48
    Read all the purchase requests
  29. Урок 29. 00:05:27
    Iterating over the purchase requests
  30. Урок 30. 00:06:41
    Analysing each purchase request
  31. Урок 31. 00:08:48
    Making a decision when to remind the CEO of specific purchase requests
  32. Урок 32. 00:13:00
    Sending a message reminder to the CEO for specific purchase requests
  33. Урок 33. 00:09:05
    Summary of entire application
  34. Урок 34. 00:12:01
    Overview of how to move this application into production
  35. Урок 35. 00:09:31
    Some final tweaks to the CEO's personal assistant