Custom Streamlink path : null Preferred quality : High Additional Items : --record "D:\OneDrive\Video\twitch{author}{category}{id}-{time:%Y%m%d%H%M%S}.ts"
#!/usr/bin/env ruby | |
begin | |
require 'minisky' | |
rescue LoadError | |
puts "Install minisky: '[sudo] gem install minisky'" | |
exit 1 | |
end | |
require 'time' |
# Function to check and install Python | |
function Install-Python { | |
if (-not (Get-Command python -ErrorAction SilentlyContinue)) { | |
Write-Output "Python not found. Installing..." | |
$pythonInstaller = "https://www.python.org/ftp/python/3.10.2/python-3.10.2-amd64.exe" | |
$installerPath = "$env:TEMP\python-installer.exe" | |
Invoke-WebRequest -Uri $pythonInstaller -OutFile $installerPath | |
Start-Process -FilePath $installerPath -ArgumentList '/quiet InstallAllUsers=1 PrependPath=1' -NoNewWindow -Wait | |
Remove-Item $installerPath | |
Write-Output "Python installed." |
{ | |
"sources": [ | |
{ | |
"prev_ver": 503447554, | |
"name": "Twitch Gradient", | |
"uuid": "1f296c6e-bd5b-480d-968e-e47c8d2a3176", | |
"id": "gradient_source", | |
"versioned_id": "gradient_source", | |
"settings": { | |
"width": 1920, |
{ | |
"colors": { | |
"accent": "#00aeef", | |
"messages": { | |
"backgrounds": { | |
"alternate": "#1e1d43", | |
"regular": "#0f0d22" | |
}, | |
"disabled": "#352A6060", | |
"highlightAnimationEnd": "#00e6e6e6", |
-w -intro:off -CustomResolution:enabled -r1600x1200x32 -CPUCount:2 -CPUPriority:high -Cursors:fullcolor
-AllowMultipleInstances
-audio:off
: Turns all the audio output off-BackgroundLoader:on/off
: Background Loading-CodePage:id
: Sets the code page portion of the locale for the C runtime library. Normally, the code page is determined by the language the application runs in (see the -l command line option)-ConfigLog:server | off
: Sets the destination of where to write the computer configuration log specified by the -WriteLog command line option. By default, the server is "studiotech.max.ad.ea.com".-CPUCount:X
-CPUPriority:low
-Cursors:disabled/bw/color16/color256/fullcolor
: Sets the color depth of the game cursors. Some hardware doesn't like some cursor color depths.
import { Agent } from '@externdefs/bluesky-client/agent'; | |
import type { Records, RefOf } from '@externdefs/bluesky-client/atp-schema'; | |
const BSKY_USERNAME = ''; | |
const BSKY_PASSWORD = ''; | |
const agent = new Agent({ serviceUri: 'https://bsky.social' }); | |
await agent.login({ identifier: BSKY_USERNAME, password: BSKY_PASSWORD }); | |
const did = agent.session!.did; |
.<# | |
.SYNOPSIS | |
Creates a Scheduled task for recording a stream a specific time with Streamlink | |
.DESCRIPTION | |
Inputs: | |
URL | |
Date and Time | |
Directory for Recording | |
Directory for Logging | |
Outputs: |
Attendance is never considered mandatory, however moderators who are incommunicado for an extended period may be unmodded so that individuals who are able to be present can be given moderation privileges. This is not considered a poor reflection on the individual but a necessity in order to keep a healthy moderator presence in chat. If you are unable to attend a stream that you normally attend or will be absent for an extended period, please use the moderator channel in discord to let the team know so that others with availability know to be present Emergency Contact In the event of an emergency, please contact the broadcaster or Mod Manager, to alert them of the issue immediately so that they can handle the situation. A ____ message is the best way to get ahold of Streamer yourself. Examples of an emergency include: Stream did not end automatically after a raid Bulk bot follows Hate raids
/^(hi.*|hello|hey.*|yo|salutation.*|greeting.*|whatup|welcome|(morning|afternoon|evening|timezone))