5 lines
117 B
Python
5 lines
117 B
Python
import PyLivestream
|
|
|
|
s = PyLivestream.Screenshare('stream.ini', 'youtube')
|
|
print('going live on', s.sites)
|
|
s.golive() |