Commit graph

169 commits

Author SHA1 Message Date
DarkCat09 04ba96108e
Edit readme + increment version 2024-02-15 18:05:51 +04:00
DarkCat09 53abd2725b
Last version 2024-02-15 17:38:18 +04:00
Andrey 5561ee133d
Merge pull request #99 from TeslaOwls/main
#97 fixing issue after aternos changed 'user' to 'username' in http GET data
2023-11-03 14:52:16 +04:00
Romain Hedouin 4f19e3395c fixing issue after aternos changed 'user' to 'username' in http GET data 2023-10-27 01:05:00 +02:00
DarkCat09 0f8b9940da v3.0.4 2023-07-27 10:59:35 +04:00
DarkCat09 c6fa1d6734 Another token parser bugfix 2023-07-27 10:57:26 +04:00
DarkCat09 26805891be Updated note in Readme 2023-07-04 14:56:40 +04:00
DarkCat09 3509504f4e v3.0.3 2023-07-04 14:47:45 +04:00
DarkCat09 7ebf0eb44b Level name formatting 2023-07-04 14:47:22 +04:00
DarkCat09 4f65434628 Bugfix: AJAX_TOKEN with document.currentScript 2023-07-04 14:46:26 +04:00
DarkCat09 ea5be6d383 Readme->Install->Developement: use [dev] extra deps 2023-07-04 14:24:47 +04:00
DarkCat09 905d790c0d v3.0.2 in setup.py 2023-07-04 14:23:47 +04:00
DarkCat09 f9140728a1 Fix for #89 2023-07-04 14:15:17 +04:00
DarkCat09 b8399c2de5 Upd: setup.py (extra deps), makefile, check.sh; fixed deps versions (==) 2023-06-30 11:07:31 +04:00
DarkCat09 cfee59d119 Bugfix for document.doctype (#85) 2023-06-30 10:26:04 +04:00
DarkCat09 5132b5ea3a atconnect: anticaptcha API keys bugfix (#62) 2023-06-30 10:13:18 +04:00
DarkCat09 2907c5a0c1 Merge branch 'main' of https://github.com/DarkCat09/python-aternos 2023-06-30 09:54:30 +04:00
Andrey 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
DarkCat09 bc01f9ab13 Fix for #80 (token and sec were empty) 2023-06-03 16:45:58 +04:00
DarkCat09 31b4c24116 Warning message 2023-06-03 10:50:51 +04:00
DarkCat09 f98dfc7cfc Readme: example updated 2023-06-01 17:59:33 +04:00
DarkCat09 09b9d9f238 v3.0.0, MyPy (added _info type hint), PEP8 2023-05-29 12:06:21 +04:00
DarkCat09 b0a030becb Updated Readme, created HAR and Postman workspace 2023-05-29 12:02:50 +04:00
DarkCat09 6cdca11a0e Logging in with cookie 2023-05-29 12:02:45 +04:00
DarkCat09 4baf4ea1a7 Finally fixed 400 by updating URLs, improved logging 2023-05-29 11:44:19 +04:00
DarkCat09 8ae655a34e Updated Pylint config, MyPy: check_untyped_defs 2023-05-24 20:05:35 +04:00
DarkCat09 b734f5df93 Rewritten tests repsectively (see the prev. commit) 2023-05-24 20:04:42 +04:00
DarkCat09 29866f0446 Rewritten examples respectively (see the prev. commit) 2023-05-24 20:04:00 +04:00
DarkCat09 55ce48819e Rewritten atclient, some methods moved to ataccount, corrected docs 2023-05-24 20:03:09 +04:00
DarkCat09 134a27b43d getLogger instead of calling logging. methods 2023-05-24 18:15:44 +04:00
DarkCat09 1e4fdd2e89 lastStatus object parsing from the server page 2023-05-24 18:09:37 +04:00
DarkCat09 9d3de01395 BASE_URL constants 2023-05-24 17:41:33 +04:00
DarkCat09 345ba7e6ed Other SEC token generating algorithm 2023-05-24 17:12:34 +04:00
DarkCat09 5ce6372a29 Removed .html extension, because GitHub shows HTML in language stats 2023-05-19 17:02:18 +04:00
DarkCat09 057acdfc8e HTML parser unittests 2023-01-13 16:23:27 +04:00
DarkCat09 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
DarkCat09 89608142fb atconnect: Node.JS bugfix; atserver: address bugfix 2022-12-27 16:55:19 +04:00
DarkCat09 7662f02d9c NodeJS bugfix, js_samples script 2022-12-26 17:24:34 +04:00
DarkCat09 1f93640139 Server.js: improved security 2022-12-26 16:20:33 +04:00
DarkCat09 69a8f83c9c Correctly waiting for server start; choosing interpreter (atclient) 2022-12-26 15:48:08 +04:00
DarkCat09 45b4a10e87 Updated Readme 2022-12-26 14:59:12 +04:00
DarkCat09 92e570841c Makefile: build docs 2022-12-26 14:41:39 +04:00
DarkCat09 2d0af206ca Improved docs, fixed some typos 2022-12-25 19:17:49 +04:00
DarkCat09 496049c9b5 #! in script 2022-12-25 18:27:22 +04:00
DarkCat09 feff4aaca1 Python version in Makefile,script; typo 2022-12-25 18:23:55 +04:00
DarkCat09 e61295e242 test.sh->check.sh, changes in Makefile 2022-12-25 18:22:10 +04:00
DarkCat09 c788976ab2 PEP8, Pylint 2022-12-25 18:19:28 +04:00
DarkCat09 c02d3fed3e atconnect: use new atjsparse syntax 2022-12-25 17:51:29 +04:00
DarkCat09 3fa1db2edb Make unittests executable: permissions 2022-12-25 17:48:26 +04:00