Skip to content

Instantly share code, notes, and snippets.

@MarshalX
MarshalX / 1_pytgcalls_video_telethon_example.py
Last active February 2, 2025 21:16
Example of the most simple way to stream any video to Telegram Live Stream (Group Call) with https://github.com/MarshalX/tgcalls
# before run this script install required packages via command below
# pip3 install -U pytgcalls==3.0.0.dev24
import asyncio
import pytgcalls
import telethon
# EDIT THIS
# more info about API keys here https://docs.telethon.dev/en/latest/basic/signing-in.html