Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mwoss/lekta-slack-bot
Slack bot integrated with Lekta Sandwich API
https://github.com/mwoss/lekta-slack-bot
bot lektaai python slack
Last synced: 26 days ago
JSON representation
Slack bot integrated with Lekta Sandwich API
- Host: GitHub
- URL: https://github.com/mwoss/lekta-slack-bot
- Owner: mwoss
- Created: 2018-12-27T21:08:57.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-31T03:42:53.000Z (about 6 years ago)
- Last Synced: 2024-11-24T04:24:07.542Z (3 months ago)
- Topics: bot, lektaai, python, slack
- Language: Python
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## LektaAI Slack bot
Simple Slack bot integrated with Lekta Sandwich API.#### How to run
```angular2html
-> create virtaul env using your favourite tool (pyenv, virtualenv, etc.)pip install -r requirements.txt
python app.py
```If you are running this project locally, you'll need to set up tunnels for Slack to connect to your endpoints.
In this case I advice you to use Ngrok.
More precise information to how to set up bot properly can be found here: [Slack-Python-Onboarding-Tutorial](https://github.com/slackapi/Slack-Python-Onboarding-Tutorial)Bot was created with help of tutorials from: [Slack API docs](https://api.slack.com/tutorials/tags/python).