mirror of
https://github.com/avipatilpro/FileStreamBot.git
synced 2026-01-15 14:22:53 -03:00
push
This commit is contained in:
14
WebStreamer/bot/__init__.py
Normal file
14
WebStreamer/bot/__init__.py
Normal file
@@ -0,0 +1,14 @@
|
||||
# This file is a part of TG-FileStreamBot
|
||||
# Coding : Jyothis Jayanth [@EverythingSuckz]
|
||||
|
||||
from pyrogram import Client
|
||||
from ..vars import Var
|
||||
|
||||
StreamBot = Client(
|
||||
session_name= 'Web Streamer',
|
||||
api_id=Var.API_ID,
|
||||
api_hash=Var.API_HASH,
|
||||
bot_token=Var.BOT_TOKEN,
|
||||
sleep_threshold=Var.SLEEP_THRESHOLD,
|
||||
workers=Var.WORKERS
|
||||
)
|
||||
Reference in New Issue
Block a user