Commit Graph

238 Commits

Author SHA1 Message Date
Ivan Suroegin c9794992c4 Added new get_queue_status() method 2019-03-15 20:09:12 +03:00
Andrei bf01329dc6
Merge pull request #39 from AndreiDrang/dependabot/pip/pika-0.13.1
Bump pika from 0.13.0 to 0.13.1
2019-03-11 11:27:39 +03:00
dependabot[bot] db435288cc
Bump pika from 0.13.0 to 0.13.1
Bumps [pika](https://github.com/pika/pika) from 0.13.0 to 0.13.1.
- [Release notes](https://github.com/pika/pika/releases)
- [Commits](https://github.com/pika/pika/compare/0.13.0...0.13.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-11 03:22:30 +00:00
Andrei 78f4808daa Update ignore 2019-03-04 23:30:24 +03:00
Andrei 7a2a3348e9 Update test file 2019-03-04 23:30:15 +03:00
Andrei 284bd9c8eb Add new pytests - for aio nocaptcha and captcha control 2019-03-01 20:30:53 +03:00
Andrei 5d94fda82a Add nocaptcha contexmanager example 2019-03-01 20:29:28 +03:00
Andrei b188f7ba9a Add basic tests 2019-02-28 03:55:04 +03:00
Andrei d29247e7c3 Add new library version files. Fix setup. 2019-02-14 14:32:33 +03:00
Andrei d6c9cfd215
Merge pull request #38 from AndreiDrang/contextmanager
Contextmanager
2019-02-14 14:16:54 +03:00
Andrei 83fca21b22 Update library version 2019-02-14 14:05:18 +03:00
Andrei 0f8dd526af Merge branch 'setup_upd' into contextmanager 2019-02-14 14:03:52 +03:00
Andrei b123e1ec09 Add manifest. Update setup.py 2019-02-14 14:03:43 +03:00
Andrei 9690b7107e Update error description. 2019-02-14 13:53:31 +03:00
Andrei dfe2bd4e67 Update error description. 2019-02-14 13:52:21 +03:00
Andrei 2c29a09c6c Add contextmanager to all captcha methods 2019-02-14 13:51:28 +03:00
Andrei fb9f0e27aa Add contextmanager to Control module 2019-02-14 13:33:16 +03:00
Andrei 5e94e6f453
Update README.md 2019-02-14 01:58:57 +03:00
Andrei c573d5c3f2
Merge pull request #37 from codacy-badger/codacy-badge
Add a Codacy badge to README.md
2019-02-14 01:58:28 +03:00
The Codacy Badger ac81de0b53 Add Codacy badge 2019-02-13 22:57:09 +00:00
Andrei 2b65a41438 Correct tabs. 2019-02-07 13:05:22 +03:00
Andrei 427ac7c43f Bug-fixing in `error.py` 2019-01-22 23:19:49 +03:00
Andrei 21b51580d1
Merge pull request #35 from AndreiDrang/dependabot/pip/pika-0.13.0
Bump pika from 0.12.0 to 0.13.0
2019-01-22 10:24:51 +03:00
dependabot[bot] 82a8ae7d6b
Bump pika from 0.12.0 to 0.13.0
Bumps [pika](https://github.com/pika/pika) from 0.12.0 to 0.13.0.
- [Release notes](https://github.com/pika/pika/releases)
- [Commits](https://github.com/pika/pika/compare/0.12.0...0.13.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-01-21 03:13:45 +00:00
Andrei 58e270b3a7 Delete unused code and imports 2019-01-20 02:52:54 +03:00
Andrei 5b20ff7147
Update issue templates 2019-01-20 02:42:46 +03:00
Andrei 809efebbf4 Add new version files 2019-01-19 00:10:02 +03:00
Andrei db59e5a400 Merge remote-tracking branch 'origin/master' 2019-01-19 00:08:16 +03:00
Andrei 937c30e5d3 Add `taskId` to captcha_response body. Update version 2019-01-19 00:08:08 +03:00
Andrei a0b7aad77f
Merge pull request #33 from AndreiDrang/dependabot/pip/aiohttp-3.5.4
Bump aiohttp from 3.5.3 to 3.5.4
2019-01-14 18:12:06 +03:00
dependabot[bot] 12196b652e
Bump aiohttp from 3.5.3 to 3.5.4
Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.5.3 to 3.5.4.
- [Release notes](https://github.com/aio-libs/aiohttp/releases)
- [Changelog](https://github.com/aio-libs/aiohttp/blob/master/HISTORY.rst)
- [Commits](https://github.com/aio-libs/aiohttp/compare/v3.5.3...v3.5.4)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-01-14 03:21:18 +00:00
Andrei af29b5ae19 Update install script 2019-01-11 02:42:51 +03:00
Andrei 95992f5c74 Add callback server status to readme 2019-01-11 01:55:46 +03:00
Andrei f04d3874a5 New version release 2019-01-11 01:06:30 +03:00
Andrei 3485f36a83
Merge pull request #32 from AndreiDrang/funcaptcha_upd
Funcaptcha upd
2019-01-11 01:03:33 +03:00
Andrei 1bbe4747e2 Add newline 2019-01-11 01:03:13 +03:00
Andrei f257e690e8
Merge pull request #31 from AndreiDrang/customcaptcha_upd
Customcaptcha upd
2019-01-11 01:01:32 +03:00
Andrei ca6cf01f4d
Merge pull request #30 from AndreiDrang/geecaptcha_upd
Add GeeTestTask, GeeTestTaskProxyless examples and readme
2019-01-11 01:00:24 +03:00
Andrei 117b9d1221 Add GeeTestTask, GeeTestTaskProxyless examples and readme 2019-01-11 00:58:27 +03:00
Andrei ba2b3b2c54 delete example error 2019-01-10 22:10:30 +03:00
Andrei 306f04466c Add CustomCaptchaTask example and readme 2019-01-10 22:08:57 +03:00
Andrei 51070d1ba0 Add new methods to readme 2019-01-10 20:11:02 +03:00
Andrei 286264e807 Update module imports - move imports to __init__ file 2019-01-10 20:10:41 +03:00
Andrei 892ebb850b Add proxyless FunCaptcha examples 2019-01-10 20:09:52 +03:00
Andrei 5b00b82470 Update module additional methods import 2019-01-10 19:47:48 +03:00
Andrei d82dac8d24 Add correct FunCaptchaProxyless 2019-01-10 19:47:20 +03:00
Andrei 5438cbe080
Merge pull request #29 from AndreiDrang/dependabot/pip/aiohttp-3.5.1
Bump aiohttp from 3.5.0 to 3.5.1
2018-12-31 12:05:04 +03:00
dependabot[bot] bc472b2a7a
Bump aiohttp from 3.5.0 to 3.5.1
Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.5.0 to 3.5.1.
- [Release notes](https://github.com/aio-libs/aiohttp/releases)
- [Changelog](https://github.com/aio-libs/aiohttp/blob/master/HISTORY.rst)
- [Commits](https://github.com/aio-libs/aiohttp/compare/v3.5.0...v3.5.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-12-31 03:14:57 +00:00
Andrei 242d67b211
Merge pull request #28 from AndreiDrang/dependabot/pip/aiohttp-3.5.0
Bump aiohttp from 3.4.4 to 3.5.0
2018-12-24 13:29:44 +03:00
dependabot[bot] 030b05212d
Bump aiohttp from 3.4.4 to 3.5.0
Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.4.4 to 3.5.0.
- [Release notes](https://github.com/aio-libs/aiohttp/releases)
- [Changelog](https://github.com/aio-libs/aiohttp/blob/master/HISTORY.rst)
- [Commits](https://github.com/aio-libs/aiohttp/compare/v3.4.4...v3.5.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-12-24 03:21:00 +00:00