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