TOKEN = 'token'
BASE_TELEGRAM_URL = 'https://api.telegram.org/bot{}'.format(TOKEN)
CHANNEL_LOGIN = 'name'
import telebot
import config
import requests
from telebot import types
from config import TOKEN
from config import BASE_TELEGRAM_URL
from config import CHANNEL_LOGIN
from bs4 import BeautifulSoup