From 377eb2a0798057ec1ba97dac9bd5ebfaee5957f5 Mon Sep 17 00:00:00 2001 From: ChernV <46843878+otter18@users.noreply.github.com> Date: Thu, 4 Mar 2021 13:48:23 +0300 Subject: [PATCH] Update README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e3b04ba..de1c212 100644 --- a/README.md +++ b/README.md @@ -3,13 +3,11 @@ [![](https://img.shields.io/pypi/pyversions/tg-logger.svg)](https://pypi.org/project/tg-logger/) [![GitHub](https://img.shields.io/github/license/otter18/tg_logger)](https://github.com/otter18/tg_logger/blob/main/LICENSE) - - 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) +- [Screenshot](#screenshot) - [Examples](#examples) * [Simple logging](#simple-logging) * [Flask logging](#flask-logging) @@ -17,10 +15,14 @@ Bridging python logging and files to tg bot - [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) + ## Installation & Usage - Available by `pip install tg-logger` - Use with `import tg_logger` +## Screenshot +![example_scr](https://raw.githubusercontent.com/otter18/tg_logger/master/img/example_scr.png) + ## Examples ### Simple logging ```python