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

https://github.com/eocode/bot-para-slack-con-celery

Creación de un bot para Slack con Celery y Python
https://github.com/eocode/bot-para-slack-con-celery

celery project python slack software-engineering

Last synced: 5 months ago
JSON representation

Creación de un bot para Slack con Celery y Python

Awesome Lists containing this project

README

          

# Bot para Slack

El siguiente repo forma parte del curso de Celery de Platzi

## Como iniciar

Crea una app en Slack y configurala

https://api.slack.com/apps/new

Crea un entorno virtual y accede a el
```
python -m venv env
```

Instala los requirements
```
pip install -r requirements.txt
```

Crea un archivo de variables de entorno
.env

El archivo principal es:

`client.py`

## Funcionamiento



# Licencia
GNU GENERAL PUBLIC LICENSE Version 3
Código base: Juan Julián Merelo Guervós
https://github.com/JJ