Skip to content

Commit

Permalink
docs: remove slack and use slackv3
Browse files Browse the repository at this point in the history
  • Loading branch information
sijis committed Jun 20, 2022
1 parent 79215e5 commit 6a1050f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 99 deletions.
7 changes: 3 additions & 4 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@ sphinx>=1.2
sphinx-autodoc-annotation

-e .
slixmpp
hypchat
irc
pyfire
python-telegram-bot
slackclient
hypchat
pytest
python-telegram-bot
slixmpp
90 changes: 0 additions & 90 deletions docs/user_guide/configuration/slack.rst

This file was deleted.

7 changes: 3 additions & 4 deletions docs/user_guide/configuration/slackv3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,10 @@ You need to install Slackv3 dependencies before using Errbot with Slack. In the
it is assumed slackv3 has been download to the /opt/errbot/backends directory and errbot has been
installed in a python virtual environment (adjust the command to your errbot's installation)::

.. code::
git clone https://github.com/errbotio/err-backend-slackv3.git
source /opt/errbot/bin/activate
/opt/errbot/bin/pip install -r /opt/errbot/backends/err-backend-slackv3/requirements.txt

Connection Methods
------------------

Expand Down Expand Up @@ -87,7 +85,7 @@ The virtual environment is created in `/opt/errbot/virtualenv` and errbot initia
git clone https://github.com/errbotio/err-backend-slackv3
pip install -r /opt/errbot/backend/err-backend-slackv3/requirements.txt
5. Configure the slack bot token, signing secret (Events API with Request URLs) and/or app token (Events API with Socket-mode). Located in ``/opt/errbot/config.py``
5. Configure the slack bot token, signing secret (Events API with Request URLs) and/or app token (Events API with Socket-mode). Located in `/opt/errbot/config.py`

.. code::
Expand All @@ -97,6 +95,7 @@ The virtual environment is created in `/opt/errbot/virtualenv` and errbot initia
'app_token': "xapp-..."
}
Setting up Slack application
----------------------------

Expand Down
1 change: 0 additions & 1 deletion docs/user_guide/setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ You can find here more details about configuring Errbot for some specific chat s
configuration/gitter
configuration/irc
configuration/mattermost
configuration/slack
configuration/slackv3
configuration/telegram
configuration/xmpp
Expand Down

0 comments on commit 6a1050f

Please sign in to comment.