Huy Ngo
|
3553827b5f
|
Show original status id instead of boost id
|
2024-07-19 12:25:41 +07:00 |
|
Huy Ngo
|
5b685e62ad
|
Fix coloring
|
2024-07-19 11:46:30 +07:00 |
|
Huy Ngo
|
6048e49d56
|
Make description line less short
|
2024-07-19 10:30:12 +07:00 |
|
Huy Ngo
|
a743718951
|
Add support for emoji reacts (and unreact)
|
2024-07-18 18:03:13 +07:00 |
|
Huy Ngo
|
df0b878e04
|
Add media description to output and remove URL wrapping
URL wrapping is hell for clicking
|
2024-07-18 16:32:25 +07:00 |
|
|
b35facb84c
|
Handle datetime without second fraction part
|
2024-02-14 21:11:10 +07:00 |
|
|
c82e670882
|
Add highlight for reacts
|
2024-02-14 17:38:15 +07:00 |
|
|
7ea714e61c
|
Add support for viewing emoji reacts
|
2024-02-14 17:26:06 +07:00 |
|
|
ae6999e111
|
Add expires_in parameter
|
2024-02-08 18:04:07 +07:00 |
|
|
e2fa161b60
|
Fix package names
|
2024-02-08 18:03:50 +07:00 |
|
|
e16999e830
|
Convert to markdown for sourcehut
|
2024-02-08 11:20:45 +07:00 |
|
|
7b55fe7b4c
|
Add bubble timeline
|
2024-01-03 10:33:33 +07:00 |
|
|
d7da2de99a
|
Fix broken for akkoma list
|
2023-12-20 21:10:26 +07:00 |
|
|
324e0f5a32
|
Add shell.nix for development
|
2023-12-18 09:56:43 +07:00 |
|
|
f82e20e171
|
Rename toot -> witchie (tests)
|
2023-12-14 16:00:43 +07:00 |
|
|
41fff21b8d
|
Rename toot to witchie
|
2023-12-12 10:24:36 +07:00 |
|
|
1c5abb8419
|
Improve from_dict performance by caching fields
|
2023-11-26 09:16:21 +01:00 |
|
|
48d9caef05
|
Improve typing in wcwidth module
|
2023-11-24 09:52:41 +01:00 |
|
|
509afd16a8
|
Add release date
|
2023-11-23 11:34:14 +01:00 |
|
|
a6bbe97332
|
Add changelog, bump version
|
2023-11-22 08:50:17 +01:00 |
|
|
7929919ffc
|
Add --json option to update_account
|
2023-11-22 08:41:15 +01:00 |
|
|
e961bd696d
|
Make account optional in following and followers
|
2023-11-22 08:22:21 +01:00 |
|
|
443f9445b1
|
Add --json option to account commands
|
2023-11-21 18:16:37 +01:00 |
|
|
016ae25569
|
Add --json option to various status commands
|
2023-11-21 16:51:02 +01:00 |
|
|
4203e8d313
|
Dedupe duplicate function
|
2023-11-21 16:51:02 +01:00 |
|
|
7793d4499a
|
Add --json option to post command
|
2023-11-21 16:51:02 +01:00 |
|
|
3530553a06
|
Add --json option to status and thread commands
|
2023-11-21 16:51:02 +01:00 |
|
|
ae7a36b8d8
|
Add --json option to search command
|
2023-11-21 16:50:55 +01:00 |
|
|
0c37716de1
|
Add --json option to instance command
|
2023-11-21 16:50:19 +01:00 |
|
|
57be6beae8
|
Log request exceptions
|
2023-11-21 16:50:19 +01:00 |
|
|
9664d71b57
|
Make get_instance return the response instead of json
|
2023-11-21 16:50:19 +01:00 |
|
|
3f680312c6
|
Remove monkeypatched auth tests
Not very useful, tested in integration tests.
|
2023-11-21 16:50:19 +01:00 |
|
|
45962b27c3
|
Fix search sending type=None if not specified
|
2023-11-21 16:48:12 +01:00 |
|
|
540851713c
|
Remove travis config
|
2023-11-21 16:48:11 +01:00 |
|
|
ec90077255
|
Merge pull request #406 from snan/venv-docs
Clarify misleading venv docs
|
2023-11-19 13:54:11 +01:00 |
|
|
cd03486a25
|
Remove unused imports
|
2023-11-19 12:48:22 +01:00 |
|
|
5a83cd7d3b
|
Read media viewer from settings
|
2023-11-19 12:15:26 +01:00 |
|
|
ef19449190
|
Load followed accounts after timeline
This way we don't have to wait for them to load, which may take a while
due to paging.
|
2023-11-19 09:12:42 +01:00 |
|
|
9808784645
|
Add a config file for vermin
|
2023-11-18 22:20:06 +01:00 |
|
|
4cd83daf4b
|
Move requirements files into setup.py
|
2023-11-18 22:16:37 +01:00 |
|
|
e9daaf6000
|
Fix warnings
|
2023-11-18 22:02:11 +01:00 |
|
|
7141d83c6f
|
Add setuptools to test requirements
Python 3.12 does not have setuptools installed by default.
|
2023-11-18 16:06:59 +01:00 |
|
|
b9f092c0e1
|
Add testing on python 3.12
|
2023-11-18 15:53:53 +01:00 |
|
|
8c3fd12005
|
Fix style
|
2023-11-18 15:53:14 +01:00 |
|
|
4a3b14313c
|
Fix compat with older versions of python
|
2023-11-18 15:48:28 +01:00 |
|
|
0265f7e0b7
|
Fix tests
|
2023-11-18 15:44:50 +01:00 |
|
|
3de561a060
|
Add --json argument to whois command
|
2023-11-18 15:42:04 +01:00 |
|
|
dd16627c89
|
Update print_account to take an Account object
|
2023-11-18 15:42:02 +01:00 |
|
|
2c4f7e17c9
|
Add --json option to whoami command
|
2023-11-18 15:40:51 +01:00 |
|
|
6cdba16fcf
|
Make verify_credentials return the http response
Required if we want to emit json without decoding it
|
2023-11-18 15:40:50 +01:00 |
|