https://github.com/sebaiturravaldes/bot-youtube
bot que reproduce videos de youtube
https://github.com/sebaiturravaldes/bot-youtube
bot bot-youtube visitas youtube
Last synced: 8 months ago
JSON representation
bot que reproduce videos de youtube
- Host: GitHub
- URL: https://github.com/sebaiturravaldes/bot-youtube
- Owner: sebaiturravaldes
- Created: 2021-04-02T04:52:24.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-11-22T00:58:30.000Z (over 4 years ago)
- Last Synced: 2025-07-31T00:37:47.816Z (11 months ago)
- Topics: bot, bot-youtube, visitas, youtube
- Language: JavaScript
- Homepage:
- Size: 59.6 KB
- Stars: 7
- Watchers: 1
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bot Youtube
Este bot permite ver una URL en youtube N veces.
## Instalación
Se deberán instalar los paquetes necesarios, para esto se debe ejecutar el siguiente comandos:
npm install
## Configuración
Se debe copiar el archivo `.env.example` a `.env`, esto se puede hacer con el siguiente comando:
cp .env.example .env.
Luego se debe abrir y modificar el archivo `.env` seteando en la variable URL, la URL que quieres que se repita, por ejemplo:
URL, Es la url que quieres aumentar las visitas.
VISITS, La cantidad de visitas que quieres realizar.
VIDEO_TIME, La duración del video.
URL=https://www.youtube.com/watch?v=
VISITS=https://www.youtube.com/watch?v=
VIDEO_TIME=https://www.youtube.com/watch?v=
## Ejecución
Para ejecutar el software basta con ejecutar el siguiente comando:
npm run dev