Commit graph

12 commits

Author SHA1 Message Date
Nameless
50b93eb308
Implement creating new group and secret chat ( #150) (#156)
* Create new chat

* Implement creating new group and secret chat, close secret chat when deleted to prevent showing again after restart

* Update readme

* Add doc strings, show error if fzf does not exist

* Fix imports ordering
2020-07-22 19:10:41 +08:00
Nameless
9ee51c589b
Add phone number information (#158) 2020-07-22 16:57:56 +08:00
Alex
120d12cc47
add setup.py (#155)
* add setup.py

* respond to comments
2020-07-22 16:56:00 +08:00
Nicola Stanislao Vitale
58927d73ef
Fix typos (#154) 2020-07-21 19:56:10 +03:00
Nameless
31cd7d3908
Fix get input: returning invalid response (#151)
* Fix get input: returning invalid response

* Remove buff from args
2020-07-21 21:38:21 +08:00
Stefano Pigozzi
ecb8afb4ef
Use the __main__.py special filename for main.py (#118)
* Use the __main__.py special filename for main.py

This allows users to run the program directly with `py -m tg` instead of `py -m tg.main`.

* Updated script in pyproject.toml to reflect the previous rename

* Updated readme.md to reflect the previous rename

* Update readme.md with a better description of how to install the software

* Once installed through flit, the tg command can be used directly

* Fix errors in the readme.md introduced in the previous commit

* Run the folder instead of the script

* Change title
2020-07-21 20:03:52 +08:00
Nameless
0e13cc1cc1
Add ability to delete chat (#145)
* Add ability to delete chat

* Leave chat
2020-07-18 18:49:45 +08:00
Nameless
4aaf9d9d1f
update readme (#142)
* Add contacts shortcut and link to config file

* Remove logging in utils

* Remove unused imports and create script for checking formatting

* Remove unused import <Iterable> in models

* Fix check.sh script

* Reformat check.sh

* Update isort

* Add check flag for black
2020-07-15 23:26:14 +03:00
Nameless
b37bba8fb7
File picker (#136)
* File picker

* Add docstring to show in help

* Update doc

* Fix update_file: invalid get msg

* Catch ValueError when removing messages

* Ask to whether to upload file as document or compressed

* Clear status after sending file
2020-07-15 18:50:35 +08:00
Nameless
d5e557beff
128: Update readme with correct configuration (#135) 2020-07-13 18:59:59 +08:00
Nameless
aeab7c1564
Add <secret> chat flag (#121) 2020-07-09 09:12:26 +03:00
Nameless
a053fdefec
Update README with sticker info, telegram chat and key bindings (#113)
* Update README with sticker info, telegram chat and key bindings

* Update screenshot

* Rename README.md -> readme.md
2020-07-04 18:53:07 +08:00
Renamed from README.md (Browse further)