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
- Host: GitHub
- URL: https://github.com/eocode/bot-para-slack-con-celery
- Owner: eocode
- License: gpl-3.0
- Created: 2020-05-25T21:31:40.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-25T22:05:57.000Z (over 5 years ago)
- Last Synced: 2025-03-31T07:34:10.891Z (9 months ago)
- Topics: celery, project, python, slack, software-engineering
- Language: Python
- Homepage:
- Size: 61.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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