aheskandani commited on
Commit
8e31d0d
1 Parent(s): c88c215

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -8,7 +8,9 @@ from telegram.ext import (Updater,
8
  CallbackContext,
9
  ConversationHandler)
10
  from telegram import InlineKeyboardButton, InlineKeyboardMarkup, ForceReply, ReplyKeyboardMarkup
11
- import urllib.request
 
 
12
  from bs4 import BeautifulSoup
13
 
14
  bot_token = '5415345086:AAEpiZypEMxgEs5zMcyOBAx_CpT9iLcnE8s'
 
8
  CallbackContext,
9
  ConversationHandler)
10
  from telegram import InlineKeyboardButton, InlineKeyboardMarkup, ForceReply, ReplyKeyboardMarkup
11
+ import requests
12
+ import hashlib
13
+ from random import randint
14
  from bs4 import BeautifulSoup
15
 
16
  bot_token = '5415345086:AAEpiZypEMxgEs5zMcyOBAx_CpT9iLcnE8s'