Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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).