Commit graph

168 commits

Author SHA1 Message Date
acd0863573
[Old uncommitted change] SeleniumHelper + default values in dataclass 2024-02-15 17:29:32 +04:00
466deb386f
Correct Cloudflare bypass, servers list parsing 2023-08-10 16:25:31 +04:00
0aac026caa Beginning of rewriting on Selenium 2023-08-08 10:57:41 +04:00
0f8b9940da v3.0.4 2023-07-27 10:59:35 +04:00
c6fa1d6734 Another token parser bugfix 2023-07-27 10:57:26 +04:00
26805891be Updated note in Readme 2023-07-04 14:56:40 +04:00
3509504f4e v3.0.3 2023-07-04 14:47:45 +04:00
7ebf0eb44b Level name formatting 2023-07-04 14:47:22 +04:00
4f65434628 Bugfix: AJAX_TOKEN with document.currentScript 2023-07-04 14:46:26 +04:00
ea5be6d383 Readme->Install->Developement: use [dev] extra deps 2023-07-04 14:24:47 +04:00
905d790c0d v3.0.2 in setup.py 2023-07-04 14:23:47 +04:00
f9140728a1 Fix for #89 2023-07-04 14:15:17 +04:00
b8399c2de5 Upd: setup.py (extra deps), makefile, check.sh; fixed deps versions (==) 2023-06-30 11:07:31 +04:00
cfee59d119 Bugfix for document.doctype (#85) 2023-06-30 10:26:04 +04:00
5132b5ea3a atconnect: anticaptcha API keys bugfix (#62) 2023-06-30 10:13:18 +04:00
2907c5a0c1 Merge branch 'main' of https://github.com/DarkCat09/python-aternos 2023-06-30 09:54:30 +04:00
f4f8080c4f
Merge pull request #86 from hiikion/main
Fix issue #85
2023-06-22 17:13:09 +04:00
hiikion
abb8e739ba Fix issue #85 2023-06-22 15:16:56 +03:00
bc01f9ab13 Fix for #80 (token and sec were empty) 2023-06-03 16:45:58 +04:00
31b4c24116 Warning message 2023-06-03 10:50:51 +04:00
f98dfc7cfc Readme: example updated 2023-06-01 17:59:33 +04:00
09b9d9f238 v3.0.0, MyPy (added _info type hint), PEP8 2023-05-29 12:06:21 +04:00
b0a030becb Updated Readme, created HAR and Postman workspace 2023-05-29 12:02:50 +04:00
6cdca11a0e Logging in with cookie 2023-05-29 12:02:45 +04:00
4baf4ea1a7 Finally fixed 400 by updating URLs, improved logging 2023-05-29 11:44:19 +04:00
8ae655a34e Updated Pylint config, MyPy: check_untyped_defs 2023-05-24 20:05:35 +04:00
b734f5df93 Rewritten tests repsectively (see the prev. commit) 2023-05-24 20:04:42 +04:00
29866f0446 Rewritten examples respectively (see the prev. commit) 2023-05-24 20:04:00 +04:00
55ce48819e Rewritten atclient, some methods moved to ataccount, corrected docs 2023-05-24 20:03:09 +04:00
134a27b43d getLogger instead of calling logging. methods 2023-05-24 18:15:44 +04:00
1e4fdd2e89 lastStatus object parsing from the server page 2023-05-24 18:09:37 +04:00
9d3de01395 BASE_URL constants 2023-05-24 17:41:33 +04:00
345ba7e6ed Other SEC token generating algorithm 2023-05-24 17:12:34 +04:00
5ce6372a29 Removed .html extension, because GitHub shows HTML in language stats 2023-05-19 17:02:18 +04:00
057acdfc8e HTML parser unittests 2023-01-13 16:23:27 +04:00
3fbd283db1 Improved NodeJS interpreter interaction
- Catch AttributeError in `__del__` if process was not initialized and self.proc was not created
- Skip test_jsnode if node is not installed
- Removed package-lock from gitignore
2023-01-13 16:19:10 +04:00
89608142fb atconnect: Node.JS bugfix; atserver: address bugfix 2022-12-27 16:55:19 +04:00
7662f02d9c NodeJS bugfix, js_samples script 2022-12-26 17:24:34 +04:00
1f93640139 Server.js: improved security 2022-12-26 16:20:33 +04:00
69a8f83c9c Correctly waiting for server start; choosing interpreter (atclient) 2022-12-26 15:48:08 +04:00
45b4a10e87 Updated Readme 2022-12-26 14:59:12 +04:00
92e570841c Makefile: build docs 2022-12-26 14:41:39 +04:00
2d0af206ca Improved docs, fixed some typos 2022-12-25 19:17:49 +04:00
496049c9b5 #! in script 2022-12-25 18:27:22 +04:00
feff4aaca1 Python version in Makefile,script; typo 2022-12-25 18:23:55 +04:00
e61295e242 test.sh->check.sh, changes in Makefile 2022-12-25 18:22:10 +04:00
c788976ab2 PEP8, Pylint 2022-12-25 18:19:28 +04:00
c02d3fed3e atconnect: use new atjsparse syntax 2022-12-25 17:51:29 +04:00
3fa1db2edb Make unittests executable: permissions 2022-12-25 17:48:26 +04:00
a991495e51 Make unittests executable 2022-12-25 17:47:46 +04:00