Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rocana95/web-podcast
https://github.com/rocana95/web-podcast
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rocana95/web-podcast
- Owner: rocana95
- Created: 2019-11-05T21:02:55.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T04:56:03.000Z (almost 2 years ago)
- Last Synced: 2024-07-31T20:42:40.997Z (3 months ago)
- Language: JavaScript
- Size: 1.47 MB
- Stars: 5
- Watchers: 4
- Forks: 2
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- cuban-opensource - web_podcast
README
# 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**