1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2024-12-21 01:50:24 +02:00

Ленты для vhs

This commit is contained in:
Anton Titovets 2024-06-07 14:15:06 +03:00
parent fb7b76b353
commit 0a4803191c
6 changed files with 205 additions and 0 deletions

View File

@ -0,0 +1,16 @@
Output opi.gif
# Require echo
Set Shell "cmd"
Set FontSize 10
Set Width 720
Set Height 480
Set Theme {"background": "#000000"}
Type 'oint' Sleep 200ms Enter
Sleep 8s

103
service/vhs/demo.tape Normal file
View File

@ -0,0 +1,103 @@
# VHS documentation
#
# Output:
# Output <path>.gif Create a GIF output at the given <path>
# Output <path>.mp4 Create an MP4 output at the given <path>
# Output <path>.webm Create a WebM output at the given <path>
#
# Require:
# Require <string> Ensure a program is on the $PATH to proceed
#
# Settings:
# Set FontSize <number> Set the font size of the terminal
Set FontFamily "Consolas"
# Set Height <number> Set the height of the terminal
# Set Width <number> Set the width of the terminal
# Set LetterSpacing <float> Set the font letter spacing (tracking)
# Set LineHeight <float> Set the font line height
# Set LoopOffset <float>% Set the starting frame offset for the GIF loop
# Set Theme <json|string> Set the theme of the terminal
# Set Padding <number> Set the padding of the terminal
# Set Framerate <number> Set the framerate of the recording
# Set PlaybackSpeed <float> Set the playback speed of the recording
# Set MarginFill <file|#000000> Set the file or color the margin will be filled with.
# Set Margin <number> Set the size of the margin. Has no effect if MarginFill isn't set.
# Set BorderRadius <number> Set terminal border radius, in pixels.
# Set WindowBar <string> Set window bar type. (one of: Rings, RingsRight, Colorful, ColorfulRight)
# Set WindowBarSize <number> Set window bar size, in pixels. Default is 40.
# Set TypingSpeed <time> Set the typing speed of the terminal. Default is 50ms.
#
# Sleep:
# Sleep <time> Sleep for a set amount of <time> in seconds
#
# Type:
# Type[@<time>] "<characters>" Type <characters> into the terminal with a
# <time> delay between each character
#
# Keys:
# Escape[@<time>] [number] Press the Escape key
# Backspace[@<time>] [number] Press the Backspace key
# Delete[@<time>] [number] Press the Delete key
# Insert[@<time>] [number] Press the Insert key
# Down[@<time>] [number] Press the Down key
# Enter[@<time>] [number] Press the Enter key
# Space[@<time>] [number] Press the Space key
# Tab[@<time>] [number] Press the Tab key
# Left[@<time>] [number] Press the Left Arrow key
# Right[@<time>] [number] Press the Right Arrow key
# Up[@<time>] [number] Press the Up Arrow key
# Down[@<time>] [number] Press the Down Arrow key
# PageUp[@<time>] [number] Press the Page Up key
# PageDown[@<time>] [number] Press the Page Down key
# Ctrl+<key> Press the Control key + <key> (e.g. Ctrl+C)
#
# Display:
# Hide Hide the subsequent commands from the output
# Show Show the subsequent commands in the output
Output demo1.gif
# Require echo
Set Shell "cmd"
Set FontSize 16
Set Width 768
Set Height 512
Hide
Type "set refresh=" Enter
Type "set clientid=" Enter
Type "set clientsecret=" Enter
Type "cls" Enter
Show
Type "oint google ОбновитьТокен --id %clientid% --secret %clientsecret% --refresh %refresh%" Sleep 200ms Enter
Sleep 5s
Type "oint google ОбновитьТокен --id %clientid% --secret %clientsecret% --refresh %refresh% --out newtoken.json" Sleep 200ms Enter
Sleep 5s
Type "oint tools РазложитьJSON --json ./newtoken.json --enc CP866" Sleep 200ms Enter
Sleep 5s
Type "oint tools РазложитьJSON --json ./newtoken.json --enc CP866 --name access_token" Sleep 200ms Enter
Sleep 5s
Type "oint tools РазложитьJSON --json ./newtoken.json --enc CP866 --name access_token > token.tmp" Sleep 200ms Enter
Sleep 2s
Type "set /p token=<token.tmp" Sleep 200ms Enter
Sleep 2s
Type "echo %token%" Sleep 200ms Enter
Sleep 15s

19
service/vhs/start.tape Normal file
View File

@ -0,0 +1,19 @@
Set Theme { "name": "OPI", "black": "#090300", "red": "#db2d20", "green": "#002B28", "yellow": "#FFD620", "blue": "#01a0e4", "magenta": "#a16a94", "cyan": "#b5e4f4", "white": "#FFFFFF", "brightBlack": "#5c5855", "brightRed": "#e8bbd0", "brightGreen": "#002B28", "brightYellow": "#FFD620", "brightBlue": "#807d7c", "brightMagenta": "#d6d5d4", "brightCyan": "#cdab53", "brightWhite": "#FFFFFF", "background": "#FFFFFF", "foreground": "#4a4543", "cursor": "#4a4543", "selection": "#a5a2a2" }
Output demo.gif
# Require echo
Set FontFamily "Consolas"
Set Shell "cmd"
Set FontSize 10
Set Width 720
Set Height 480
Type `oint` Sleep 200ms Enter
Sleep 15s

19
service/vhs/telegram.tape Normal file
View File

@ -0,0 +1,19 @@
Set Theme { "name": "OPI", "black": "#090300", "red": "#db2d20", "green": "#002B28", "yellow": "#FFD620", "blue": "#01a0e4", "magenta": "#a16a94", "cyan": "#b5e4f4", "white": "#FFFFFF", "brightBlack": "#5c5855", "brightRed": "#e8bbd0", "brightGreen": "#002B28", "brightYellow": "#FFD620", "brightBlue": "#807d7c", "brightMagenta": "#d6d5d4", "brightCyan": "#cdab53", "brightWhite": "#FFFFFF", "background": "#FFFFFF", "foreground": "#4a4543", "cursor": "#4a4543", "selection": "#a5a2a2" }
Output demo.gif
# Require echo
Set FontFamily "Consolas"
Set Shell "cmd"
Set FontSize 10
Set Width 720
Set Height 480
Type `oint telegram` Sleep 200ms Enter
Sleep 15s

View File

@ -0,0 +1,23 @@
Set Theme { "name": "OPI", "black": "#090300", "red": "#db2d20", "green": "#002B28", "yellow": "#004943", "blue": "#01a0e4", "magenta": "#a16a94", "cyan": "#b5e4f4", "white": "#FFFFFF", "brightBlack": "#5c5855", "brightRed": "#e8bbd0", "brightGreen": "#002B28", "brightYellow": "#004943", "brightBlue": "#807d7c", "brightMagenta": "#d6d5d4", "brightCyan": "#cdab53", "brightWhite": "#FFFFFF", "background": "#FFFFFF", "foreground": "#4a4543", "cursor": "#4a4543", "selection": "#a5a2a2" }
Output demo.gif
# Require echo
Set Shell "cmd"
Set FontSize 12
Set Width 868
Set Height 619
Hide
Type "set token=" Enter
Type "cls" Enter
Show
Type `oint telegram СформироватьКлавиатуруПоМассивуКнопок --buttons "['Кнопка1','Кнопка2','Кнопка3']" --out keyboard.json ` Sleep 200ms Enter
Sleep 3s
Type `oint telegram ОтправитьТекстовоеСообщение --token %token% --chat 461699897 --text "Привет из Oint!" --keyboard ./keyboard.json` Sleep 200ms Enter
Sleep 12s

View File

@ -0,0 +1,25 @@
Set Theme { "name": "OPI", "black": "#090300", "red": "#db2d20", "green": "#002B28", "yellow": "#004943", "blue": "#01a0e4", "magenta": "#a16a94", "cyan": "#b5e4f4", "white": "#FFFFFF", "brightBlack": "#5c5855", "brightRed": "#e8bbd0", "brightGreen": "#002B28", "brightYellow": "#004943", "brightBlue": "#807d7c", "brightMagenta": "#d6d5d4", "brightCyan": "#cdab53", "brightWhite": "#FFFFFF", "background": "#FFFFFF", "foreground": "#4a4543", "cursor": "#4a4543", "selection": "#a5a2a2" }
Output demo.gif
# Require echo
Set Shell "cmd"
Set FontSize 12
Set Width 868
Set Height 619
Hide
Type "set token=" Enter
Type "cls" Enter
Show
Type `oint telegram` Sleep 200ms Enter
Sleep 6s
Type `oint telegram SendTextMessage` Sleep 200ms Enter
Sleep 12s