Skip to content

Instantly share code, notes, and snippets.

View micodev's full-sized avatar
🤩
happy

Ibrahim Al-Obaide micodev

🤩
happy
View GitHub Profile
USE [master]
GO
/****** Object: Database [NSDB] Script Date: 22/05/2025 12:46:24 ******/
CREATE DATABASE [NSDB]
CONTAINMENT = NONE
GO
ALTER DATABASE [NSDB] SET COMPATIBILITY_LEVEL = 160
GO
IF (1 = FULLTEXTSERVICEPROPERTY('IsFullTextInstalled'))
from telethon import TelegramClient, events, sync,functions, types
import asyncio
import time
import re
import requests , json
from lxml import html
api_id = 922976
api_hash = '39f163482b277156e2c81a1e50145787'
client = TelegramClient('newsession', api_id, api_hash)