diff options
| author | Maria Lisina <sekoohaka.sarisan@gmail.com> | 2025-04-11 07:55:19 +0300 |
|---|---|---|
| committer | Maria Lisina <sekoohaka.sarisan@gmail.com> | 2025-04-11 07:55:19 +0300 |
| commit | 924a647ff2ebea6a0836112e72d7376346b192d0 (patch) | |
| tree | adcde0cec44df072db7c1fb9615db9be4d2c123b /README.md | |
| parent | 6b7d05dc52f7f9a9db2fb4637dbed091e06a8151 (diff) | |
submodules/command_hash: Add new command to hash lookup
Signed-off-by: Maria Lisina <sekoohaka.sarisan@gmail.com>
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -15,6 +15,7 @@ Telegram Image Board Bot written in POSIX Shell (dash) * Original file download * Post information view * Post tags view +* MD5 hash lookup * Inline shortcuts * Inline shortcuts saving * Inline shortcuts search @@ -98,6 +99,7 @@ Caching modes: * `[id]` - Post ID * `[login]` - Image Board login or username * `[key]` - Image Board API key or password +* `[md5]` - MD5 hash ### Inline search @@ -129,6 +131,7 @@ Caching modes: * `/authorize [b] [login] [key]` - Authorize to Image Board * `/original [b] [id]` - Get original file of post * `/post [b] [id]` - Get infromation of post +* `/hash [md5]` - Get posts IDs by hash lookup * `/short [query]` - Create inline shortcut * `/shorts` - Manage saved shortcuts * `/stop` - Remove all user data |
