Commit graph

9 commits

Author SHA1 Message Date
Ari Archer f5963b11c2
Remove codeql
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
2022-04-05 14:06:28 +03:00
Ari Archer b0c3782ccc
Class API communication canges
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
2022-03-25 17:54:23 +02:00
Ari Archer 6ceb940e4f
CI: fix
Signed-off-by: Ari Archer <truncateddinosour@gmail.com>
2022-02-17 00:33:49 +02:00
FraSharp 7baa6db12f poetry: upgrade typed-st source to 1.5.2
* typed-st [1.4.3], when compiled with newer clang versions (e.g. Apple Clang 13.0.1) and with --std=c99, throws an implicit declaration, which has been fixed in typed-st [1.5.2].

Stacktrace: ast3/Python/ast.c:4514:9: error: implicit declaration of function '_PyUnicode_DecodeUnicodeEscape' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
            v = _PyUnicode_DecodeUnicodeEscape(s, len, NULL, &first_invalid_escape);
                ^
Signed-off-by: FraSharp <s23265@iisve.it>
2022-02-16 21:40:27 +01:00
Ari Archer 9bfc08f357
[CORE] improved code, formatting and fixed some bugs
- Added a better `.gitignore`
- Formatted the `do` script better, made it better in general
- Improved instalation and upgrading instructons
- Removed arrow key support
- Imrproved `README.md` formatting
- Improved the runtime (`__main__.py`) script, improved formatting,
  handling of arguments and added docstrings
- Renamed `colors` to `colours`
- Added type hints to the config file and improved how it handles some
  things
- Improved chat action strings (e.g `uploading video` -> `is uploading a video`)
- Made `COPY_CMD` deprecated, using `pyperclip` instead
- Changed dependency for stability from dynamic to exact
  (`python-telegram>=....` to `python-telegram==....`)

Signed-off-by: Ari Archer <truncateddinosour@gmail.com>
2022-01-01 03:21:24 +02:00
Ari Archer a6fc06fcc7
Fixed CI, reformatted code, sorted imports 2021-12-04 22:19:55 +02:00
Ari Archer c46f7233b5
bump python-telegram from 0.14.0 to >0.15.0 2021-12-03 22:06:55 +02:00
Ari Archer 4a0c9a26eb
fixed poetry build dependencies 2021-12-02 19:51:53 +02:00
Ari Archer 55eebc496e
first commit 2021-11-28 15:56:03 +02:00