214 Коммитов

Автор SHA1 Сообщение Дата
Vlad Pronsky
034ce8ae70 release 0.4.1 2023-07-06 00:41:42 +03:00
Vlad Pronsky
0f56055cb1 cli: sort account by last_used 2023-07-06 00:39:52 +03:00
Vlad Pronsky
86d10b19dc fix: account was NOT locked after failed request 2023-07-06 00:39:29 +03:00
Vlad Pronsky
96cacbac2b add gql search api handler to pool.stats; update tests; remove table head lines from cli/accounts 2023-07-05 21:47:37 +03:00
Vlad Pronsky
5e4f5392d8 fix: urls in user profile 2023-07-05 00:17:40 +03:00
Vlad Pronsky
65f40c9a5a fix: handle 401 error as normal situation and switch account 2023-07-04 15:20:53 +03:00
Vlad Pronsky
3654a053da feat: add profile urls to user model 2023-07-04 15:09:00 +03:00
Vlad Pronsky
aa4fbc8cad feat: update search api to gql 2023-07-04 15:08:33 +03:00
Vlad Pronsky
d0479e2ece fix: user_by_login endpoint in cli 2023-07-04 14:29:43 +03:00
Vlad Pronsky
020754446e fix: double escaped json in cli for non raw results 2023-07-01 12:30:22 +03:00
Vlad Pronsky
815189e277 release 0.3.0 2023-06-23 14:15:40 +03:00
Vlad Pronsky
f31046d8c4 feat: media parser 2023-06-23 14:07:40 +03:00
Vlad Pronsky
8ccf3b6357 fix: cli --raw response in json string (was stringified python dict) 2023-06-23 14:07:40 +03:00
Vlad Pronsky
cd0a8198d0 add is_str to models to work in other environments (eg. javascript) 2023-06-23 14:07:40 +03:00
Vlad Pronsky
3c55f3c9e3 release 0.2.2 2023-06-06 02:43:40 +03:00
Vlad Pronsky
99695dc24d fix sqlite 3.34 2023-06-06 02:33:18 +03:00
Vlad Pronsky
2265a92f0d add changelog to makefile 2023-05-29 01:54:01 +03:00
Vlad Pronsky
9ec06ec24a join cli version & sqlite_version commands 2023-05-29 01:41:45 +03:00
Vlad Pronsky
2da6958383 update version 2023-05-29 01:37:56 +03:00
Vlad Pronsky
1157f0e7f9 show sqlite version from cli 2023-05-29 01:35:17 +03:00
Vlad Pronsky
1863196324 update ci 2023-05-29 01:00:46 +03:00
Vlad Pronsky
fae0a9db97 update readme 2023-05-29 00:47:04 +03:00
Vlad Pronsky
547491ed2a update readme 2023-05-29 00:44:23 +03:00
Vlad Pronsky
8f9f418a6c fix lint 2023-05-29 00:42:42 +03:00
Vlad Pronsky
e3e1ee18fe update version 2023-05-29 00:36:28 +03:00
Vlad Pronsky
2492de1417 add ability to add accounts & login from cli 2023-05-29 00:28:57 +03:00
Vlad Pronsky
d3d6a002f2 ability to modify gql params 2023-05-28 22:26:34 +03:00
Vlad Pronsky
9735559c49 update tests with fixture magic 2023-05-28 21:03:02 +03:00
Vlad Pronsky
d2cf6783d8 add description of accounts usage (for #7) 2023-05-28 19:09:34 +03:00
Vlad Pronsky
d90232c47d add example of accounts_info command 2023-05-28 19:08:47 +03:00
Vlad Pronsky
52c5b2048b update readme with cli commands 2023-05-28 18:59:09 +03:00
Vlad Pronsky
719c972d96 add cli runner 2023-05-28 17:50:12 +03:00
Vlad Pronsky
09bb27485b add account last_used & stats fields 2023-05-25 15:12:36 +03:00
Vlad Pronsky
3333692a32 add error on unsupported sqlite version 2023-05-25 05:46:38 +03:00
Vlad Pronsky
c0204aa492 move http communication from api class; handle network fail cases; add tests 2023-05-25 05:10:39 +03:00
Michael Mitchell
1ad12528d2 Update accounts_pool.py
update ON CONFLICT query
2023-05-20 02:03:06 +03:00
Vlad Pronsky
f3576b8ccc Merge branch 'sync' 2023-05-16 13:07:22 +03:00
Vlad Pronsky
27d876c16a add badges to readme 2023-05-16 13:04:45 +03:00
Vlad Pronsky
148ff2ad95 ignore ci on tags push; update pyproject 2023-05-10 01:17:52 +03:00
Vlad Pronsky
a72a86c8c6 ignore ci on tags push; update pyproject 2023-05-09 22:32:29 +03:00
Vlad Pronsky
eaee58aaa1 ignore ci on tags push 2023-05-09 22:27:06 +03:00
Vlad Pronsky
2587a62f3e fix timezone issue; add _type to models 2023-05-09 22:23:22 +03:00
Vlad Pronsky
799f6c330a update readme 2023-05-09 19:40:11 +03:00
Vlad Pronsky
cabef7f826 update ci 2023-05-06 16:57:12 +03:00
Vlad Pronsky
ae6eabe271 rename project; add retries 2023-05-06 15:48:03 +03:00
Vlad Pronsky
3555542009 redo storage on sqlite 2023-05-05 23:31:49 +03:00
Vlad Pronsky
eefcf88d95 improve search api stability; add debug mode 2023-05-01 22:47:07 +03:00
Vlad Pronsky
ab3ffda420 update readme; fix ci 2023-05-01 00:09:35 +03:00
Vlad Pronsky
9509378441 add setuptools; add more fields to models; accounts_poll refactoring 2023-04-30 23:54:17 +03:00
Vlad Pronsky
0c1377d3c6 allow to select log-level; add ci & tests 2023-04-30 18:36:28 +03:00