Skip to content

Instantly share code, notes, and snippets.

View abd2re's full-sized avatar
🎯
Focusing

abd2re abd2re

🎯
Focusing
  • 19:06 (UTC -05:00)
View GitHub Profile
@abd2re
abd2re / telegram_screener_bot.py
Last active October 30, 2025 13:50
telegram crypto screener bot
from selenium import webdriver
from selenium.webdriver.common.by import By
from selenium.webdriver.chrome.options import Options
from selenium.webdriver.chrome.service import Service
from selenium.webdriver.support.ui import WebDriverWait
from selenium.webdriver.support import expected_conditions as EC
import requests
import time
from sys import exit