https://brand.twitch.tv/ -> https://brand.twitch.tv/downloads/twitch-brand-assets.zip -> Twitch_Guidelines_Speedrun_v2.pdf
- 9146FF
- 000000
- F0F0FF
- F0F0FF
- FAB4FF
| @echo off | |
| set obs_path=C:\Program Files\obs-studio | |
| set backup_path=C:\Users\%USERNAME%\Documents\OBS_Backup | |
| mkdir %backup_path% | |
| xcopy /E /I "%obs_path%\data" "%backup_path%\data" | |
| xcopy /E /I "%obs_path%\obs-plugins" "%backup_path%\obs-plugins" | |
| xcopy /E /I "%obs_path%\obs-plugins64" "%backup_path%\obs-plugins64" | |
| xcopy /E /I "%obs_path%\obs-plugins-win64" "%backup_path%\obs-plugins-win64" | |
| xcopy /E /I "%obs_path%\obs-plugins-win32" "%backup_path%\obs-plugins-win32" | |
| xcopy /E /I "%obs_path%\obs-plugins-64bit" "%backup_path%\obs-plugins-64bit" |
| #!/usr/bin/env python3 | |
| """ | |
| Script demonstrating how to create posts using the Bluesky API, covering most of the features and embed options. | |
| To run this Python script, you need the 'requests' and 'bs4' (BeautifulSoup) packages installed. | |
| """ | |
| import re | |
| import os |
| {"action":"chat","appearance":{"type":"text","text":"LUL","tooltip":"LUL"},"ctx":"hover","options":{"command":"LUL @{{user.displayName}}"},"display":{}} |
| /* | |
| Twitch chat browsersource CSS for OBS | |
| Just set the URL as https://www.twitch.tv/%%TWITCHCHANNEL%%/chat?popout=true | |
| And paste this entire file into the CSS box | |
| Original by twitch.tv/starvingpoet modified by github.com/Bluscream | |
| General Settings | |
| */ | |
| body { | |
| color: #FFFFFF!important; |
| import dotenv from 'dotenv' | |
| import { BskyAgent } from '@atproto/api' | |
| import { ProfileView } from '@atproto/api/dist/client/types/app/bsky/actor/defs' | |
| const bigLeagueMe = async () => { | |
| dotenv.config() | |
| // YOUR bluesky handle | |
| // Ex: user.bsky.social | |
| const handle = process.env.BSKYHANDLE || '' |
| <style> | |
| body { | |
| color: #FFFFFF; | |
| } | |
| .schedule { | |
| color: #FFFFFF; | |
| font-family: 'Sora', sans-serif; | |
| letter-spacing: 0.1rem; | |
| width: calc(100% + 0.1rem); |
| {"action":"chat","appearance":{"type":"text","text":"LUL","tooltip":"LUL"},"ctx":"hover","options":{"command":"LUL @{{user.displayName}}"},"display":{}} |
| --record "c:\output\twitch\{author}-{category}-{time:%Y%m%d%H%M%S}.ts" | |
| --record "c:\{author}-{category}-{time:%Y%m%d%H%M%S}.ts" | |
| "--twitch-api-header=Authentication=OAuth **************************" twitch.tv/********* best |
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <link rel="icon" type="image/x-icon" href="/favicon.ico"> | |
| <title>Rebane's Discord Colored Text Generator</title> | |
| <meta charset="UTF-8"> | |
| <meta name="description" content="Rebane's Discord Colored Text Generator"> | |
| <meta name="author" content="rebane2001"> | |
| <style> | |
| /* |