Field value from dock module

D

Deleted member 437052

I'm trying to print out a field value from a dock module. The Twitch Stream Information dock has a title field, which sets the stream title on twitch. I want to use that field value to create a twitter post. The only thing I'm missing is, how do I extract that value. My code is written in python.
 
D

Deleted member 437052

Found a solution. Created a request to the twitch api and return the stream title through that.
 
Top