Files
hq_bot/l.py
2020-06-23 23:17:05 -05:00

5 lines
117 B
Python

import PyLivestream
s = PyLivestream.Screenshare('stream.ini', 'youtube')
print('going live on', s.sites)
s.golive()