@@ -8653,7 +8653,30 @@ <h1>Bots</h1>
86538653provided as text, with contextual data, such as geolocation and payment
86548654information, to appropriately handle the request and respond. Bots are
86558655often also called "chatbots", "assistants" or "agents."</ p >
8656- < h2 > Bots resources</ h2 >
8656+ < h2 > Python-specific Bots resources</ h2 >
8657+ < ul >
8658+ < li >
8659+ < p > < a href ="https://www.twilio.com/blog/2016/05/build-sms-slack-bot-python.html "> How to Buid an SMS Slack Bot</ a >
8660+ is a tutorial on using
8661+ < a href ="http://www.fullstackpython.com/blog/send-sms-text-messages-python.html "> SMS text messages</ a >
8662+ to communicate with a Slack bot that can post and receive messages. The
8663+ bot is a good base for a more complicated Slack bot that could use
8664+ natural language processing or other more advanced parsing techniques.
8665+ Either Python 2 or 3 can be used
8666+ < a href ="https://github.com/makaimc/slack-api-python-examples "> with the code which is also available on GitHub</ a > .</ p >
8667+ </ li >
8668+ < li >
8669+ < p > < a href ="https://medium.com/@julianmartinez/how-to-write-a-slack-bot-with-python-code-examples-4ed354407b98 "> How to write a Slack bot in Python</ a >
8670+ is a solid code tutorial for building your first bot on the Slack
8671+ platform.</ p >
8672+ </ li >
8673+ < li >
8674+ < p > < a href ="https://medium.com/@greut/a-slack-bot-with-pythons-3-5-asyncio-ad766d8b5d8f "> A Slack bot with Python’s 3.5 asyncio</ a >
8675+ shows how to connect a bot to Slack via the web API using the Python 3
8676+ < a href ="https://docs.python.org/3/library/asyncio.html "> asyncio standard library</ a > .</ p >
8677+ </ li >
8678+ </ ul >
8679+ < h2 > General Bots resources</ h2 >
86578680< ul >
86588681< li >
86598682< p > The Economist wrote a general piece on
@@ -8669,11 +8692,6 @@ <h2>Bots resources</h2>
86698692 functionality are what has allowed bot concepts to bloom in Asian markets.
86708693 There's a lot of good information in this post to unpack.</ p >
86718694</ li >
8672- < li >
8673- < p > < a href ="https://medium.com/@julianmartinez/how-to-write-a-slack-bot-with-python-code-examples-4ed354407b98 "> How to write a Slack bot in Python</ a >
8674- is a solid code tutorial for building your first bot on the Slack
8675- platform.</ p >
8676- </ li >
86778695</ ul >
86788696 < h1 > What "full stack" means</ h1 >
86798697< p > The terms "full stack" and "Full Stack Python" are ambiguous but I am using
0 commit comments