skip to Main Content

send Youtube videos to telegram – Telegram API

i wrote this program : import scrapetube import hashlib import telegram import requests import json from pytube import YouTube from time import sleep import os bot_token = 'my token' bot_chatID = '@PinkPanthersShow' bot = telegram.Bot(token=f'{bot_token}') c_videos = scrapetube.get_channel("UC1fIyfhQtm1fSljyKBf2uKA") videos =…

VIEW QUESTION
Back To Top
Search