You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-11-06 08:49:29 +02:00
Правки примера CLI
This commit is contained in:
@@ -33,6 +33,7 @@ sidebar_position: 1
|
||||
|
||||
oint slack GenerateImageBlock --picture "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/Media/logo.png?v1" --alt %alt%
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
||||
@@ -33,6 +33,7 @@ sidebar_position: 4
|
||||
|
||||
oint slack ArchiveChannel --token %token% --channel "C070VPMKN8J"
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
||||
@@ -33,6 +33,7 @@ sidebar_position: 3
|
||||
|
||||
oint slack CreateChannel --token %token% --title %title% --private %private%
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
||||
@@ -32,6 +32,7 @@ sidebar_position: 6
|
||||
|
||||
oint slack GetChannelHistory --token %token% --channel "C070VPMKN8J"
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
||||
@@ -33,6 +33,7 @@ sidebar_position: 1
|
||||
|
||||
oint slack GetChannelList --token %token% --notarchived "True" --cursor %cursor%
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
||||
@@ -33,6 +33,7 @@ sidebar_position: 2
|
||||
|
||||
oint slack GetChannelUserList --token %token% --channel "C070VPMKN8J" --cursor %cursor%
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
||||
@@ -32,6 +32,7 @@ sidebar_position: 5
|
||||
|
||||
oint slack GetChannel --token %token% --channel "C070VPMKN8J"
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
||||
@@ -35,6 +35,7 @@ sidebar_position: 7
|
||||
|
||||
oint slack InviteUsersToChannel --token %token% --channel "C070VPMKN8J" --users %users%
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
||||
@@ -32,6 +32,7 @@ sidebar_position: 9
|
||||
|
||||
oint slack JoinChannel --token %token% --channel "C070VPMKN8J"
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
||||
@@ -34,6 +34,7 @@ sidebar_position: 8
|
||||
|
||||
oint slack KickUserFromChannel --token %token% --channel "C070VPMKN8J" --user "U06UG1CAYH2"
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
||||
@@ -32,6 +32,7 @@ sidebar_position: 10
|
||||
|
||||
oint slack LeaveChannel --token %token% --channel "C070VPMKN8J"
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
||||
@@ -34,6 +34,7 @@ sidebar_position: 13
|
||||
|
||||
oint slack RenameChannel --token %token% --channel "C070VPMKN8J" --title %title%
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
||||
@@ -34,6 +34,7 @@ sidebar_position: 12
|
||||
|
||||
oint slack SetChannelGoal --token %token% --channel "C070VPMKN8J" --purpose "TestGoal"
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
||||
@@ -34,6 +34,7 @@ sidebar_position: 11
|
||||
|
||||
oint slack SetChannelTopic --token %token% --channel "C070VPMKN8J" --theme "TestTopic"
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
||||
@@ -34,6 +34,7 @@ sidebar_position: 3
|
||||
|
||||
oint slack AddExternalFile --token %token% --url "https://opi.neocities.org/test_data/document.docx" --title %title%
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
||||
@@ -32,6 +32,7 @@ sidebar_position: 5
|
||||
|
||||
oint slack DeleteExternalFile --token %token% --fileid "F070P52CU94"
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
||||
@@ -33,6 +33,7 @@ sidebar_position: 1
|
||||
|
||||
oint slack GetExternalFileList --token %token% --channel "C070VPMKN8J" --cursor %cursor%
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
||||
@@ -32,6 +32,7 @@ sidebar_position: 2
|
||||
|
||||
oint slack GetExternalFile --token %token% --fileid "F070P52CU94"
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
||||
@@ -34,6 +34,7 @@ sidebar_position: 4
|
||||
|
||||
oint slack SendExternalFile --token %token% --fileid "F070P52CU94" --channels %channels%
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
||||
@@ -32,6 +32,7 @@ sidebar_position: 2
|
||||
|
||||
oint slack CloseDialog --token %token% --conv "D06UAKK1C6R"
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
||||
@@ -34,6 +34,7 @@ sidebar_position: 1
|
||||
|
||||
oint slack OpenDialog --token %token% --users %users%
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
||||
@@ -32,6 +32,7 @@ sidebar_position: 4
|
||||
|
||||
oint slack DeleteFile --token %token% --fileid "F070VL6FQFM"
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
||||
@@ -32,6 +32,7 @@ sidebar_position: 3
|
||||
|
||||
oint slack GetFileData --token %token% --fileid "F070VL6FQFM"
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
||||
@@ -34,6 +34,7 @@ sidebar_position: 1
|
||||
|
||||
oint slack GetFilesList --token %token% --channel "C123456" --page "1"
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
||||
@@ -26,6 +26,7 @@ sidebar_position: 6
|
||||
|
||||
oint slack MakeFilePrivate --token %token% --fileid %fileid%
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
||||
@@ -26,6 +26,7 @@ sidebar_position: 5
|
||||
|
||||
oint slack MakeFilePublic --token %token% --fileid %fileid%
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
||||
@@ -38,6 +38,7 @@ sidebar_position: 2
|
||||
|
||||
oint slack UploadFile --token %token% --file %file% --filename "megadoc.docx" --title %title% --channel "C123456"
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
||||
@@ -30,6 +30,7 @@ sidebar_position: 1
|
||||
|
||||
oint slack GetBotInformation --token %token%
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
||||
@@ -31,6 +31,7 @@ sidebar_position: 3
|
||||
|
||||
oint slack GetUserList --token %token% --cursor %cursor%
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
||||
@@ -31,6 +31,7 @@ sidebar_position: 2
|
||||
|
||||
oint slack GetWorkspaceList --token %token% --cursor %cursor%
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
||||
@@ -35,6 +35,7 @@ sidebar_position: 4
|
||||
|
||||
oint slack DeleteMessage --token %token% --channel "C06UFNUTKUL" --stamp "1714146538.221929" --issheduled %issheduled%
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
||||
@@ -37,6 +37,7 @@ sidebar_position: 3
|
||||
|
||||
oint slack EditMessage --token %token% --channel "C070VPMKN8J" --stamp "1714146538.221929" --text "TestMessage2" --blocks %blocks%
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
||||
@@ -33,6 +33,7 @@ sidebar_position: 5
|
||||
|
||||
oint slack GetDelayedMessageList --token %token% --channel "C070VPMKN8J" --cursor %cursor%
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
||||
@@ -34,6 +34,7 @@ sidebar_position: 6
|
||||
|
||||
oint slack GetMessageLink --token %token% --channel "C070VPMKN8J" --stamp "1714146538.221929"
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
||||
@@ -35,6 +35,7 @@ sidebar_position: 7
|
||||
|
||||
oint slack GetMessageReplyList --token %token% --channel "C070VPMKN8J" --stamp "1714146538.221929" --cursor %cursor%
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
||||
@@ -36,6 +36,7 @@ Sends a message that arrives in the channel but is visible only to a specific us
|
||||
|
||||
oint slack SendEphemeralMessage --token %token% --channel "C070VPMKN8J" --text %text% --user %user% --blocks %blocks%
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
||||
@@ -36,6 +36,7 @@ sidebar_position: 1
|
||||
|
||||
oint slack SendMessage --token %token% --channel "C070VPMKN8J" --text "TestMessage" --date %date% --blocks %blocks%
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user