Slackbot Bot
We automated our office with a robot powered by Slack.
Видео взято с канала: redpepper
How to Build a Slack Bot
Lauren Learns Things with guest, Luke Oliff.
Part 1 of a two-part series on building a Slack bot using Node.js..
Luke (@LukeOCodes) walks Lauren (@LoLoCoding) through Slack’s API docs and how he set up his latest bot.
Lauren Learns Things: every Tuesday at 4pm EDT.
twitch.tv/VonageDevs.
May 19, 2020
Видео взято с канала: VonageDev
How I Made a Slack Bot with Python
When I was working as a Software Engineer, I’d usually fail in my attempts to coordinate team activities, like Catan Nights, because we lacked an informal, yet reliable, way to plan these outings. Whether it’s for lunch trips or something more special, I made a Slack Bot to make planning team outings much easier. There are two ways you can build this bot: using Python (which I opted for), and Node.js and Slack’s BlockKit Builder. Check out how you can make one of your own!
��Check out the code here:
https://github.com/harshibar/conga-slackbot.
�� Harshibar on the Internet:
Instagram https://www.instagram.com/harshibar/.
Twitter https://twitter.com/harshibar.
YouTube https://www.youtube.com/c/harshibar.
����♀️Who I am:
Hey, I’m Harshibar. I’m a recent college grad, and spent the last year working as a Software Engineer in a Silicon Valley biotech startup. Now, I am launching my own company, Hyku — we’re transforming admissions consulting through a mentorship-driven program. And, of course, I’m making YouTube videos all about tech and mentorship! I also have a little Schnoodle named Yogi who likes to make appearances in videos..
��Resources and Helpful Repos:
LunchTrain Project by ElTav (inspired most of my code) https://github.com/ElTav/LunchTrain-Slack.
Slack’s LunchTrain Project https://lunchtrain.builtbyslack.com/.
(Download it here: https://yerramreddys.slack.com/apps/A1BES823B-lunch-train).
Slack’s Block Kit Builder https://api.slack.com/block-kit.
�� Music:
Joakim Karud, Waves https://soundcloud.com/joakimkarud/waves.
����Thanks to these editing add-ons:
Desi Music https://youtu.be/6zTUIHM205w, https://youtu.be/x_wnpXZ2pwk.
Silicon Valley Clip https://vimeo.com/278253074.
Ping Pong Video https://vimeo.com/42811479.
Clack Bot Image https://miro.medium.com/max/3840/1*BvX_6o4vu18NP8vaeJLMIg.png.
Croissant Gif https://giphy.com/gifs/chrisanthy-hearts-croissant-julia-jU8N208QXMDHs9Lf6A.
Stock Video Pexels and Pixabay.
#python #girlswhocode #harshibar
Видео взято с канала: harshibar
Build Slackbot in 10 minutes
Find Code on: https://github.com/webdevmatics.
Please Like and Subscribe (if you haven’t done already ). This will really boost my confidence and encourage me to make more videos. Thanks..
Twitter: https://twitter.com/webdevmatics.
Facebook: https://www.facebook.com/webdevmatics
Видео взято с канала: WebDevMatics
How to Build a Slack Bot
Slack is a great chat and communication tool used by small and large businesses as well as personal use. Slack has a great API and great official Node JS clients that help you automate many features of Slack. If you’re thinking of building a bot for Slack, be sure to follow this step by step tutorial on how to build a Slack bot in JavaScript using the Slack API and the Node Slack SDK. With this SDK, we can connect to the Slack Web API and even hook into events using the RTM API and build a bot in just a few minutes that you can add to your Slack server today..
_
If you need help cloning this repo, or setting up your developer machine, see my other video:
https://www.youtube.com/watch?v=kL8iGErULiw.
GitHub Repo https://github.com/techno-tim/techno-boto-slack.
�� Subscribe! https://bit.ly/techno-tim-subscribe.
�� I stream every Tues/Thurs/Sat on Twitch https://www.twitch.tv/TechnoTim.
�� Documentation in the Discord: https://discord.gg/DJKexrJ.
00:00 Intro.
00:22 Why.
00:37 What is Slack.
00:59 What We’re Going to Build.
01:31 Create a Slack Workspace.
01:53 Create a Slack App.
02:31 Add App Features to Our Slack App.
03:08 Customize Our Bot Display.
03:23 Start Writing Code.
04:05 Configure Your Machine for JavaScript Development.
04:37 Install Dependencies.
06:01 Get Slack OAuth Access Token.
07:11 Start Our Bot.
07:31 Send Message From Bot.
08:30 Bot Spam Channel.
09:30 Bot Online Message.
10:39 Hello Command Using Events.
11:27 Invite Bot to Channel.
12:16!hello Command Logic.
14:25 Bot Mentions with userId.
15:30 Bot Feature Complete.
15:41 Conclusion.
16:18 Stream Highlight Battlefield 1942 Tank Repairs Such a classic game!
_
�� Social Media ��.
► Twitch https://www.twitch.tv/TechnoTim.
► Twitter https://twitter.com/TechnoTimLive.
► Discord https://discord.gg/DJKexrJ.
► Instagram https://www.instagram.com/techno.tim/.
► Facebook https://www.facebook.com/TechnoTimLive/.
► GitHub https://github.com/timothystewart6.
_
► Help Support the Channel on Patreon https://www.patreon.com/technotim.
► Techno Tim Amazon Store:
https://www.amazon.com/shop/technotim.
Techno Tim Kits:
► 4K YouTube Kit: https://kit.co/TechnoTim/4k-youtube-kit.
► Pro Level Live Streaming Kit: https://kit.co/TechnoTim/pro-level-live-streaming-kit.
► Budget Gaming Streaming PC 2020: https://kit.co/TechnoTim/budget-gaming-streaming-pc-2020.
► Performance Virtualization Server: https://kit.co/TechnoTim/performance-virtualization-nas-server.
► Budget NAS Server: https://kit.co/TechnoTim/budget-nas-server.
► Coding & Gaming Keyboards: https://kit.co/TechnoTim/coding-gaming-keyboards.
► Coding & Gaming Mice: https://kit.co/TechnoTim/coding-gaming-mice.
�� Most of my clothes come from Target https://goto.target.com/L7DOY.
This description contains affiliate links. If you click on one of them, I’ll receive a small commission at no cost to you. Thank you..
_
⏯ Recommended Videos ⏯.
► 20 Ways to Use a Virtual Machine (and other ideas for your homelab) https://www.youtube.com/watch?v=SVQmzaSabEQ.
► Remote Gaming with Promox https://www.youtube.com/watch?v=fgx3NMk6F54.
► Let’s Build a Discord Bot Using DiscordJS Moderator Bot https://www.youtube.com/watch?v=YSZcyz2-twQ.
_
#SlackBot #SlackAPI #Coding #OpenSource #TechnoTim #HomeLab.
_
Description tags: OAuth, Real time messaging API, interactive messages, events API, incoming webhooks, npm, yarn, robot, Slack Apps, create new app, workspace, how to build a slack bot, slackbot, javasctip slackbot, slackbot tutorial,.
_
Thank you for watching!
Видео взято с канала: Techno Tim
Episode #162 Creating a Simple Slack Bot
Slack is a great application to keep in contact with friends, coworkers and a community. With bots, its capabilities are endless. In this episode, learn how to create a Slack Bot to interact with. https://www.driftingruby.com/episodes/creating-a-simple-slack-bot
Видео взято с канала: Drifting Ruby
Build A Slackbot
In this tutorial we will build a Slackbot using JavaScript/Node.js that reaches out to 2 public APIs and tells random jokes within Slack. We will use the Slackbots.js library to achieve this..
Code:
https://github.com/bradtraversy/slack_jokebot.
�� Become a Patron: Show support & get perks!
http://www.patreon.com/traversymedia.
Website & Udemy Courses.
http://www.traversymedia.com.
Follow Traversy Media:
http://www.facebook.com/traversymedia.
http://www.twitter.com/traversymedia.
http://www.instagram.com/traversymedia.
The Developer Hangout: Public Discord Server.
https://discord.gg/developers
Видео взято с канала: Traversy Media
Нет похожих статей