You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bot.reply_to(message, "I'm Gmap Vigilante i can provide you a excel of an google search results.")
@bot.message_handler(func=lambda msg: True)
def echo_all(message):
bot.reply_to(message, "Processing your results...")
q=message.text
main(q)
bot.reply_to(message, "Your Results Processed.")
bot.send_document(chat_id=message.chat.id, document=open(f"./{q}.xlsx",'rb').read(),caption="Gmap data for you for issues cantact developer in [email protected] (or) devsanthoshmk at github",visible_file_name=f"{q}.xlsx")