From b8e5f4d12be6f70d9eea1441ed1fa3052139bbe0 Mon Sep 17 00:00:00 2001 From: zowue Date: Sun, 5 Apr 2026 11:49:08 +0300 Subject: [PATCH] chore(poc): Update conference ID and add QR code dependencies --- code/dcsend.py | 2 +- code/flood.py | 2 +- code/info.py | 2 +- code/limits.py | 2 +- code/poc.py | 2 +- code/requirements.txt | 3 +++ 6 files changed, 8 insertions(+), 5 deletions(-) diff --git a/code/dcsend.py b/code/dcsend.py index 67744be..4540590 100755 --- a/code/dcsend.py +++ b/code/dcsend.py @@ -8,7 +8,7 @@ import requests from urllib.parse import quote from aiortc import RTCPeerConnection, RTCSessionDescription, RTCIceCandidate, RTCConfiguration, RTCIceServer -CONFERENCE_ID = "33734896687006" +CONFERENCE_ID = "75047680642749" CONFERENCE_URL = f"https://telemost.yandex.ru/j/{CONFERENCE_ID}" API_BASE = "https://cloud-api.yandex.ru/telemost_front/v2/telemost" diff --git a/code/flood.py b/code/flood.py index 2b43f25..c2bcd85 100644 --- a/code/flood.py +++ b/code/flood.py @@ -7,7 +7,7 @@ import requests from urllib.parse import quote import websockets -CONFERENCE_ID = "33734896687006" +CONFERENCE_ID = "75047680642749" CONFERENCE_URL = f"https://telemost.yandex.ru/j/{CONFERENCE_ID}" API_BASE = "https://cloud-api.yandex.ru/telemost_front/v2/telemost" diff --git a/code/info.py b/code/info.py index df3e022..a9813cd 100644 --- a/code/info.py +++ b/code/info.py @@ -8,7 +8,7 @@ from urllib.parse import quote import websockets from datetime import datetime -CONFERENCE_ID = "33734896687006" +CONFERENCE_ID = "75047680642749" CONFERENCE_URL = f"https://telemost.yandex.ru/j/{CONFERENCE_ID}" API_BASE = "https://cloud-api.yandex.ru/telemost_front/v2/telemost" diff --git a/code/limits.py b/code/limits.py index f57d054..501aa81 100644 --- a/code/limits.py +++ b/code/limits.py @@ -67,7 +67,7 @@ def chunk_data(data, transfer_id): return packets -CONFERENCE_ID = "33734896687006" +CONFERENCE_ID = "75047680642749" CONFERENCE_URL = f"https://telemost.yandex.ru/j/{CONFERENCE_ID}" API_BASE = "https://cloud-api.yandex.ru/telemost_front/v2/telemost" diff --git a/code/poc.py b/code/poc.py index 200823b..0eed8c1 100644 --- a/code/poc.py +++ b/code/poc.py @@ -9,7 +9,7 @@ import requests from urllib.parse import quote from aiortc import RTCPeerConnection, RTCSessionDescription, RTCIceCandidate, RTCConfiguration, RTCIceServer -CONFERENCE_ID = "33734896687006" +CONFERENCE_ID = "75047680642749" CONFERENCE_URL = f"https://telemost.yandex.ru/j/{CONFERENCE_ID}" API_BASE = "https://cloud-api.yandex.ru/telemost_front/v2/telemost" diff --git a/code/requirements.txt b/code/requirements.txt index f7c8b31..4740c23 100644 --- a/code/requirements.txt +++ b/code/requirements.txt @@ -3,3 +3,6 @@ requests>=2.31.0 aiortc>=1.9.0 numpy>=1.24.0 ggwave>=0.4.2 +qrcode>=7.4.2 +pillow>=10.0.0 +qrcode \ No newline at end of file