Commit graph

9 commits

Author SHA1 Message Date
Ari Archer fadf4f6073
Restore ./do: d43375b143
Signed-off-by: Ari Archer <truncateddinosour@gmail.com>
2022-02-17 00:46:51 +02:00
Ari Archer 6ceb940e4f
CI: fix
Signed-off-by: Ari Archer <truncateddinosour@gmail.com>
2022-02-17 00:33:49 +02:00
Ari Archer d43375b143
Added more config
Signed-off-by: Ari Archer <truncateddinosour@gmail.com>
2022-02-17 00:23:03 +02:00
FraSharp 18403f6907 do: remove poetry update and poetry lock
* they were restoring typed-st to [1.4.3].

Signed-off-by: FraSharp <s23265@iisve.it>
2022-02-16 21:41:20 +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 b22d3100dc
Fixed formatting and imports 2021-12-13 19:12:59 +02:00
Ari Archer 4afd9bed3a
Push local changes (check description)
- Found more bugs
- Added more TODOs
- Added more functionality to `do`
- Fixed README
- Bump version
- Implement drafts
- Escape sequences in messages are now supported
2021-12-13 19:06:56 +02:00
Ari Archer 94ce9fe73c
Implement do push, fixed some API issues and completed more TODOs
- Added drafts
- Fixed some API issues
- Add `do push`
- Added codeQL workflow
2021-12-04 22:15:03 +02:00
Ari Archer 55eebc496e
first commit 2021-11-28 15:56:03 +02:00