1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-12-01 22:29:52 +02:00

Main build (Jenkins)

This commit is contained in:
Vitaly the Alpaca (bot)
2024-10-04 13:35:56 +03:00
parent 690d525b70
commit 1dd489de49
191 changed files with 5195 additions and 5073 deletions

View File

@@ -2,7 +2,7 @@
IDЧата = "461699897";
IDКанала = "@testsichee";
Текст = "Строковое значение";
Аудио = "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/song.mp3";
Аудио = "https://openyellow.neocities.org/test_data/song.mp3";
АудиоПуть = ПолучитьИмяВременногоФайла("mp3");
КопироватьФайл(Аудио, АудиоПуть);

View File

@@ -2,7 +2,7 @@
IDЧата = "461699897";
IDКанала = "@testsichee";
Текст = "Строковое значение";
Видео = "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/video.mp4";
Видео = "https://openyellow.neocities.org/test_data/video.mp4";
ВидеоПуть = ПолучитьИмяВременногоФайла("mp4");
КопироватьФайл(Видео, ВидеоПуть);

View File

@@ -2,7 +2,7 @@
IDЧата = "461699897";
IDКанала = "@testsichee";
Текст = "Строковое значение";
Гифка = "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/animation.gif";
Гифка = "https://openyellow.neocities.org/test_data/animation.gif";
ГифкаПуть = ПолучитьИмяВременногоФайла("gif");
КопироватьФайл(Гифка, ГифкаПуть);

View File

@@ -2,7 +2,7 @@
IDЧата = "461699897";
IDКанала = "@testsichee";
Текст = "Строковое значение";
Документ = "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/document.docx";
Документ = "https://openyellow.neocities.org/test_data/document.docx";
ДокументПуть = ПолучитьИмяВременногоФайла("docx");
КопироватьФайл(Документ, ДокументПуть);

View File

@@ -2,7 +2,7 @@
IDЧата = "461699897";
IDКанала = "@testsichee";
Текст = "Строковое значение";
Картинка = "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg";
Картинка = "https://openyellow.neocities.org/test_data/picture.jpg";
КартинкаПуть = ПолучитьИмяВременногоФайла("png");
КопироватьФайл(Картинка, КартинкаПуть);

View File

@@ -1,8 +1,8 @@
 Токен = "6129457865:AAFyzNYOAFbu...";
IDЧата = "461699897";
Текст = "Строковое значение";
Картинка = "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg";
Видео = "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/video.mp4";
Картинка = "https://openyellow.neocities.org/test_data/picture.jpg";
Видео = "https://openyellow.neocities.org/test_data/video.mp4";
КартинкаПуть = ПолучитьИмяВременногоФайла("png");
КопироватьФайл(Картинка, КартинкаПуть);

View File

@@ -1,4 +1,4 @@
 IDФайла = "CQACAgIAAx0EcNsaZQACIzFm-WB2un7AYov-xNbc_geFgGTM_gACbmQAAi3jyUs9kgABMFstY_82BA";
 IDФайла = "AgACAgIAAxkDAAIfmWb-MR8PQhrvZHiqLmG6UdiAAznzAALj5DEb1I7wSxB3bmqDIveAAQADAgADcwADNgQ";
Токен = "6129457865:AAFyzNYOAFbu...";
Результат = OPI_Telegram.СкачатьФайл(Токен, IDФайла);