mirror of
https://github.com/otter18/tg_logger.git
synced 2025-08-04 21:32:56 +02:00
Update README.md
This commit is contained in:
@ -3,13 +3,11 @@
|
|||||||
[](https://pypi.org/project/tg-logger/)
|
[](https://pypi.org/project/tg-logger/)
|
||||||
[](https://github.com/otter18/tg_logger/blob/main/LICENSE)
|
[](https://github.com/otter18/tg_logger/blob/main/LICENSE)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Bridging python logging and files to tg bot
|
Bridging python logging and files to tg bot
|
||||||

|
|
||||||
|
|
||||||
## Table of Contents
|
## Table of Contents
|
||||||
- [Installation & Usage](#installation--usage)
|
- [Installation & Usage](#installation--usage)
|
||||||
|
- [Screenshot](#screenshot)
|
||||||
- [Examples](#examples)
|
- [Examples](#examples)
|
||||||
* [Simple logging](#simple-logging)
|
* [Simple logging](#simple-logging)
|
||||||
* [Flask logging](#flask-logging)
|
* [Flask logging](#flask-logging)
|
||||||
@ -17,10 +15,14 @@ Bridging python logging and files to tg bot
|
|||||||
- [FQA](#fqa)
|
- [FQA](#fqa)
|
||||||
* [How to create a telegram bot?](#how-to-create-a-telegram-bot)
|
* [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)
|
* [How to get **token** and **user_id**?](#how-to-get-token-and-user_id)
|
||||||
|
|
||||||
## Installation & Usage
|
## Installation & Usage
|
||||||
- Available by `pip install tg-logger`
|
- Available by `pip install tg-logger`
|
||||||
- Use with `import tg_logger`
|
- Use with `import tg_logger`
|
||||||
|
|
||||||
|
## Screenshot
|
||||||
|

|
||||||
|
|
||||||
## Examples
|
## Examples
|
||||||
### Simple logging
|
### Simple logging
|
||||||
```python
|
```python
|
||||||
|
Reference in New Issue
Block a user