This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import telebot | |
from extensions import APIException, Convertor | |
from config import TOKEN, exchanges | |
import traceback | |
from config import * | |
bot = telebot.TeleBot(TOKEN) | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import json | |
import requests | |
import telebot | |
#import random | |
#import config | |
#from requests import get | |
bot = telebot.TeleBot('5298932751:AAHA2d35PBcfF9VDRKkRPINxRrS89CHujao') #Valerian | |
keys = { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import telebot | |
import random | |
import config | |
from requests import get | |
from telebot import types | |
bot = telebot.TeleBot('5243083574:AAFVv8KIIHQ2a3V5SXCXiF1Jx8uyGsnyK4k') | |
foto=["https://samovar62.ru/wp-content/uploads/2019/06/%D0%BA%D0%BE%D1%84%D0%B51315.jpg" | |
"http://okoffe.ru/wp-content/uploads/2018/05/Aromatnyj-napitok.jpg" | |
"https://www.azbukadiet.ru/wp-content/uploads/2019/02/gl-1-1.jpg"] |