Commit graph

7 commits

Author SHA1 Message Date
Ari Archer b7d5d1537d
0.1.6: fix versions of python
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
2023-01-15 16:15:38 +02:00
Ari Archer 22c545703a
0.1.6: make it work with python-telegram >0.16.0
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
2023-01-15 16:12:16 +02: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 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 c46f7233b5
bump python-telegram from 0.14.0 to >0.15.0 2021-12-03 22:06:55 +02:00
Ari Archer 55eebc496e
first commit 2021-11-28 15:56:03 +02:00