onyx_online / Streamlabs to Voicemeeter Sync

0 вподобань
0 форк(-ів)
1 файл(-ів)
Остання активність 1 year ago
Use this script to sync streamlabs scene switches to Voicemeeter states.
1 import asyncio
2 import logging
3 from collections import namedtuple
4
5 import voicemeeterlib
6 from pyslobs import ScenesService, config_from_ini_else_stdin, connection
7
8
9 class Observer:
10 """

onyx_online / OVH DDOS to Discord

0 вподобань
0 форк(-ів)
1 файл(-ів)
Остання активність 2 years ago
Monitors OVH servers for mitigation status
1 import ipaddress
2 import logging
3 import time
4
5 import ovh
6
7 try:
8 import tomllib
9 except ModuleNotFoundError:
10 import tomli as tomllib
Новіше Пізніше