8000 python-slackclient/docs-src/index.rst at roach/python3-docs-update · enterstudio/python-slackclient · GitHub
[go: up one dir, main page]

Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 1.37 KB

File metadata and controls

46 lines (32 loc) · 1.37 KB
.. toctree::
   :hidden:

   self
   auth
   basic_usage
   conversations
   real_time_messaging
   faq
   changelog
   about

Whether you're building a custom app for your team, or integrating a third party service into your Slack workflows, |product_name| allows you to leverage the flexibility of Python to get your project up and running as quickly as possible.

Requirements and Installation

We recommend using PyPI to install |product_name|

pip install slackclient

Of course, if you prefer doing things the hard way, you can always implement |product_name| by pulling down the source code directly 3411 into your project:

git clone https://github.com/slackapi/python-slackclient.git
pip install -r requirements.txt

Getting Help

If you get stuck, we’re here to help. The following are the best ways to get assistance working through your issue:

0