https://brand.twitch.tv/ -> https://brand.twitch.tv/downloads/twitch-brand-assets.zip -> Twitch_Guidelines_Speedrun_v2.pdf
- 9146FF
- 000000
- F0F0FF
- F0F0FF
- FAB4FF
// ORIGINAL https://gist.githubusercontent.com/Bossett/c012ed574d96114569af7ba3b25693f1/raw/copyList.js | |
// COPIES ALL MEMBERS OF A LIST TO ANOTHER LIST | |
// -------------------------------------------- | |
// 1. Navigate from https://bsky.app/ to the list you want to copy TO and copy its url | |
// (e.g. https://bsky.app/profile/bossett.social/lists/3k22v6pbfk32t) | |
// 2. Change the value of DESTINATION_LIST to your value from 1. | |
// 3. Navigate from https://bsky.app/ to the list you want to copy FROM | |
// 4. Open the developer tools, and copy/paste this into the console tab & ENTER | |
// It may take a little while to run - the page will reload when finished | |
@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":{}} |