Skip to content

Instantly share code, notes, and snippets.

@Zmey56
Last active September 2, 2022 20:08
Show Gist options
  • Save Zmey56/3a72d8882cac7851877feb3d4469ac3e to your computer and use it in GitHub Desktop.
Save Zmey56/3a72d8882cac7851877feb3d4469ac3e to your computer and use it in GitHub Desktop.
plt_obj = get_plot(data_feed, data_msg, data_dau_all, data_new_users)
bot.sendMessage(chat_id=chat_id, text=report)
for pl in plt_obj:
bot.sendPhoto(chat_id=chat_id, photo=pl)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment