From eb72b71a81b6bd8a78ec5572bf9f66df032438a8 Mon Sep 17 00:00:00 2001 From: Andrei Date: Sun, 3 Jul 2022 16:14:47 +0300 Subject: [PATCH] Update README.md --- README.md | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 313399a..024e7dc 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,16 @@ Python 3.6+ library for [Anti-Captcha](https://anti-captcha.com/mainpage) servic Tested on UNIX based OS. The library is intended for software developers and is used to work with the AntiCaptcha service API. +*** +По всем вопросам можете писать в [Telegram](https://t.me/pythoncaptcha) чат. + +Либо на email - python-captcha@pm.me + +With any questions, please contact us in [Telegram](https://t.me/pythoncaptcha). + +Or by email - python-captcha@pm.me +*** + ## How to install? Как установить? ### pip @@ -30,11 +40,6 @@ git clone https://github.com/AndreiDrang/python3-anticaptcha.git cd python3-anticaptcha python setup.py install ``` -*** -По всем вопросам можете писать в [Telegram](https://t.me/pythoncaptcha) чат. - -With any questions, please contact us in [Telegram](https://t.me/pythoncaptcha). -*** Присутствуют [примеры работы с библиотекой](./anticaptcha_examples). Full examples you can find [here](./anticaptcha_examples).