rocana95 / web-podcast

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

El Enjambre

Producción

    docker-compose up -d

Debe incluir el token del BOT en el fichero: token_bot_secret.ini

Por ahora solo ejecuta el BOT utilizando una imagen de PM2 con node 10.

Desarrollo

Instalar las dependencias

npm install

Compilar la plantilla el sitio web del podcast

npm run build

Ejecutar el sitio web del podcast

node index.js

Ejecutar el BOT de telegram que descarga los episodios

node telegramBot.js

Debe incluir el token del BOT en el fichero: token_bot_secret_test.ini

About


Languages

Language:JavaScript 75.9%Language:Vue 19.8%Language:HTML 4.3%