Skip to content

Commit be325b0

Browse files
committed
Updates from live presentation
1 parent 1264b97 commit be325b0

File tree

2 files changed

+63
-21
lines changed

2 files changed

+63
-21
lines changed

Pipfile

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
[[source]]
2+
url = "https://pypi.org/simple"
3+
verify_ssl = true
4+
name = "pypi"
5+
6+
[packages]
7+
8+
[dev-packages]
9+
10+
[requires]
11+
python_version = "3.6"

index.html

Lines changed: 52 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ <h2>Chilliwack.tech/Next</h2>
3636
<h1>Who?</h1>
3737
<h3>Richard Clark</h3>
3838
<h3>Crafty Penguins - [email protected]</h3>
39-
<h4>We support companies and their developers that create web based software that runs on Linux based servers</h4>
39+
<h4>We support companies, and their developers, create web based software that runs on Linux based servers</h4>
4040
</section>
4141
<section>
4242
<section>
@@ -47,7 +47,7 @@ <h3>Chat Ops</h3>
4747
</section>
4848
<section id="whatchat" data-background-color="#000000">
4949
<h2 style="text-shadow: 3px 3px 8px #000000">What is Chat?</h2>
50-
..for the people who recently woke up from a coma
50+
..for those who might have recently woke up from a long coma
5151
<p id="chatwhatcommunication" class="fragment fade-up fragblack">
5252
Communication
5353
</p>
@@ -71,7 +71,7 @@ <h3 style="text-shadow: 3px 3px 4px #000000">... is not new</h3>
7171
Internet Relay Chat (IRC) - 1988
7272
</p>
7373
<p id="chatphrase3" class="fragment fade-up fragblack">
74-
Now - Chat is everywhere, multiple platforms<br/>Primary form of human communication?
74+
Now - Chat is everywhere, multiple platforms<br/>Some studies suggest the primary form of human communication?
7575
</p>
7676
</section>
7777
<section id="devopswhat" data-background-color="#000000">
@@ -172,6 +172,15 @@ <h4 class="fragblack">https://slack.com/get-started</h4>
172172
<section id="slack_share" data-transition="slide-out" data-background-opacity="0.10" data-background-image="images/screaming_crowd2.jpg">
173173
<img src="/images/1_11_share_invite_link.png"/>
174174
</section>
175+
<section>
176+
<h1>Get Auth Token</h1>
177+
</section>
178+
<section id="slack_legacy_token">
179+
<h4>https://api.slack.com/custom-integrations/legacy-tokens</h4>
180+
<img src="/images/legacy_token_request.png"/>
181+
<p>Scroll down to the middle of the page, request a token, and put the secret somewhere safe</p>
182+
<p>Your Bot will need it to act as you in Slack</p>
183+
</section>
175184
<section id="slack_share" data-transition="slide-out" data-background-opacity="0.0" data-background-image="images/screaming_crowd2.jpg">
176185
<h1 class="fragblack" style="text-shadow: 3px 3px 8px #000000">On to the bot</h1>
177186
</section>
@@ -180,38 +189,60 @@ <h1 class="fragblack" style="text-shadow: 3px 3px 8px #000000">On to the bot</h1
180189
<h2>Demo Thunderdome</h2>
181190
</section>
182191
<section id="slack_link_joke">
183-
<p>https://join.slack.com/t/chatbotallthethings/shared_invite/enQtNDc2NjgyNjY0NDE4LTU3NjZkM2FiYmUyMDMyYThlNzYxYmM3NmM1NTY2MjMxMjZhYzk0MjgxODQ4ZjEwNmMzOTQ3NDg1NzFmZmRkODQ</p>
192+
<p>https://join.slack.com/t/chatbotallthethings/
193+
shared_invite/enQtNDc2NjgyNjY0NDE4L
194+
TU3NjZkM2FiYmUyMDMyYThlNzYxYmM3NmM1NTY
195+
2MjMxMjZhYzk0MjgxODQ4ZjEwNmMzOTQ
196+
3NDg1NzFmZmRkODQ</p>
184197
</section>
185198
<section id="slack_link_bitly">
186199
<h3>http://bit.ly/chat_talk_invite</h3>
187200
<img style="max-height: 60vh" src="images/qr-code.png">
188-
</section>
189-
<section>
190-
<section>
191-
<h1>Get Auth Token</h1>
192-
</section>
193-
<section id="slack_legacy_token">
194-
<h4>https://api.slack.com/custom-integrations/legacy-tokens</h4>
195-
<img src="/images/legacy_token_request.png"/>
196-
<p>Scroll down to the middle of the page, request a token, and put the secret somewhere safe</p>
197-
<p>Your Bot will need it to act as you in Slack</p>
198-
</section>
199201
</section>
200202
<section id="language">
201203
<h3>Stupid Chat Tricks</h3>
202204
<p class="fragment fade-up">Sending a message</p>
203205
<p class="fragment fade-up">Responding to a message</p>
204206
</section>
205-
<section id="language">
207+
<section id="language_python">
206208
<h2>Better Bot - Python</h2>
207-
<h3>https://slack-machine.readthedocs.io</h3>
209+
<a url="https://slack-machine.readthedocs.io">https://slack-machine.readthedocs.io</a>
208210
</section>
209-
<section id="language">
211+
<section id="language_node">
210212
<h2>Better Bot - Node.js</h2>
211-
<h3>https://github.com/howdyai/botkit</h3>
213+
<a url="https://github.com/howdyai/botkit">https://github.com/howdyai/botkit</a>
212214
</section>
213-
<section id="language">
214-
<h3>The End</h3>
215+
<section id="devops_it">
216+
<h2>Make it "Chat Ops"</h2>
217+
<div style="font-size: 60%; word-wrap: break-word">
218+
<p class="fragment fade-up">
219+
-> @handybot deploy coolproject/feature_branch with dbseed horsetest until 2pm tomorrow<br/>
220+
</p>
221+
<p class="fragment fade-up">
222+
-> @seerickcode: Branch "featurebranch" has gone through CI/D without issue, has been seeded with horsetest data and is available at https://bright-spartan.wantitto.work. I will kill it off and recycle the bits on Wednesday at 2pm after I give you a 10m warning.<br/>
223+
</p>
224+
<p class="fragment fade-up">
225+
-> @handybot release the horde against bright-spartan<br/>
226+
</p>
227+
<p class="fragment fade-up">
228+
-> @seerickcode: horde qa/stress/chaos tests coolproject have been scheduled against https://bright-spartan.wantitto.work. If you wanted a different test set say @handybot help release the horde If you made a horrible mistake @handbot nonono right away to call off the horde<br/>
229+
</p>
230+
<p class="fragment fade-up">
231+
-> @handybot make me a sandwich<br/>
232+
</p>
233+
<p class="fragment fade-up">
234+
-> @seerickcode: Sorry I don't know how to "make me a sandwich" but maybe this can help ? or try @handybot help<br/>
235+
</p>
236+
</div>
237+
</section>
238+
<section id="end">
239+
<h2>The End</h2>
240+
<h3>Questions ?</h3>
241+
https://github.com/seerickcode/chatops-next
242+
https://slack-machine.readthedocs.io
243+
https://github.com/howdyai/botkit
244+
Linux Fest Northwest April 2019
245+
215246
</section>
216247
</div>
217248
</div>

0 commit comments

Comments
 (0)