From 6936361103aa4aa96653b73443c520641bce38aa Mon Sep 17 00:00:00 2001 From: ChernV <46843878+otter18@users.noreply.github.com> Date: Thu, 4 Mar 2021 13:35:28 +0300 Subject: [PATCH] Update README.md --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index ef4deab..e3b04ba 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ Bridging python logging and files to tg bot +![example_scr](https://raw.githubusercontent.com/otter18/tg_logger/master/img/example_scr.png) ## Table of Contents - [Installation & Usage](#installation--usage) @@ -13,7 +14,6 @@ Bridging python logging and files to tg bot * [Simple logging](#simple-logging) * [Flask logging](#flask-logging) * [TgFileLogger example](#tgfilelogger-example) - * [Example screenshot](#example-screenshot) - [FQA](#fqa) * [How to create a telegram bot?](#how-to-create-a-telegram-bot) * [How to get **token** and **user_id**?](#how-to-get-token-and-user_id) @@ -90,9 +90,6 @@ with open(file_name, 'w') as example_file: tg_files_logger.send(file_name, "Test file") ``` -### Example screenshot -![example_scr](https://raw.githubusercontent.com/otter18/tg_logger/master/img/example_scr.png) - ## FQA ### How to create a telegram bot? - To create bot use official [BotFather](https://t.me/BotFather) bot (descibed [here](https://core.telegram.org/bots#6-botfather))