You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<ahref="https://docs.python.org/3/library/asyncio.html">asyncio standard library</a>.</p>
8677
8677
</li>
8678
8678
</ul>
8679
-
<h2>General Bots resources</h2>
8679
+
<h2>Additional Bots resources</h2>
8680
8680
<ul>
8681
8681
<li>
8682
+
<p><ahref="https://labs.detectify.com/2016/04/28/slack-bot-token-leakage-exposing-business-critical-information/">Slack bot token leakage exposing business critical information</a>
8683
+
is a detailed look at a search on GitHub for Slack tokens that are used
8684
+
mostly for bots but must be kept secret. Otherwise those tokens expose
8685
+
the entire Slack team's messaging to outside parties.</p>
8686
+
</li>
8687
+
<li>
8682
8688
<p>The Economist wrote a general piece on
8683
8689
<ahref="http://www.economist.com/news/business-and-finance/21696477-market-apps-maturing-now-one-text-based-services-or-chatbots-looks-poised">why bots look like they'll gain adoption in various market segments</a>.
8684
8690
The piece doesn't have much technical depth but it's a good overview of
<ahref="https://docs.python.org/3/library/asyncio.html">asyncio standard library</a>.</p>
69
69
</li>
70
70
</ul>
71
-
<h2>General Bots resources</h2>
71
+
<h2>Additional Bots resources</h2>
72
72
<ul>
73
73
<li>
74
+
<p><ahref="https://labs.detectify.com/2016/04/28/slack-bot-token-leakage-exposing-business-critical-information/">Slack bot token leakage exposing business critical information</a>
75
+
is a detailed look at a search on GitHub for Slack tokens that are used
76
+
mostly for bots but must be kept secret. Otherwise those tokens expose
77
+
the entire Slack team's messaging to outside parties.</p>
78
+
</li>
79
+
<li>
74
80
<p>The Economist wrote a general piece on
75
81
<ahref="http://www.economist.com/news/business-and-finance/21696477-market-apps-maturing-now-one-text-based-services-or-chatbots-looks-poised">why bots look like they'll gain adoption in various market segments</a>.
76
82
The piece doesn't have much technical depth but it's a good overview of
Copy file name to clipboardExpand all lines: source/content/pages/09-bots/01-bots.markdown
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,12 @@ often also called "chatbots", "assistants" or "agents."
33
33
[asyncio standard library](https://docs.python.org/3/library/asyncio.html).
34
34
35
35
36
-
## General Bots resources
36
+
## Additional Bots resources
37
+
*[Slack bot token leakage exposing business critical information](https://labs.detectify.com/2016/04/28/slack-bot-token-leakage-exposing-business-critical-information/)
38
+
is a detailed look at a search on GitHub for Slack tokens that are used
39
+
mostly for bots but must be kept secret. Otherwise those tokens expose
40
+
the entire Slack team's messaging to outside parties.
41
+
37
42
* The Economist wrote a general piece on
38
43
[why bots look like they'll gain adoption in various market segments](http://www.economist.com/news/business-and-finance/21696477-market-apps-maturing-now-one-text-based-services-or-chatbots-looks-poised).
39
44
The piece doesn't have much technical depth but it's a good overview of
0 commit comments