Telegram message to Resolume Text Block

FFGL, OSC, GLSL. If you like abbreviations, this is the forum for you
User avatar
cosmowe
Knows Resolume better than the devs
Posts: 1597
Joined: Fri Mar 25, 2011 10:27
Location: cologne // germany

Telegram message to Resolume Text Block

Post by cosmowe »

Hey everyone...just want to gather some ideas from you guys

A friend and I are trying to achieve the following:

We have a Telegram Group with a couple of users in it.

Every time a new message pop's up
"something" has to recognize the new message >
copy it >
and send it via OSC String to the Text-Block into Resolume.


Any ideas? :P



Best wishes
cosmowe
Image Do you like outlines? Easy Outliner on Juicebar

User avatar
Arvol
Might as well join the team
Posts: 2771
Joined: Thu Jun 18, 2015 17:36
Location: Oklahoma, USA

Re: Telegram message to Resolume Text Block

Post by Arvol »

I built this guy as a gift to the industry during 2020's pandemic. I'm sure if Telegram has an API you can connect with, you could do something similar with websockets.

https://pixelparty.gumroad.com/l/twitch ... ixel_party

User avatar
cosmowe
Knows Resolume better than the devs
Posts: 1597
Joined: Fri Mar 25, 2011 10:27
Location: cologne // germany

Re: Telegram message to Resolume Text Block

Post by cosmowe »

very nice work! :D what a nice tool....
Image Do you like outlines? Easy Outliner on Juicebar

User avatar
Arvol
Might as well join the team
Posts: 2771
Joined: Thu Jun 18, 2015 17:36
Location: Oklahoma, USA

Re: Telegram message to Resolume Text Block

Post by Arvol »

Not sure if this page helps? Just stumbled across it.
https://core.telegram.org/

User avatar
cosmowe
Knows Resolume better than the devs
Posts: 1597
Joined: Fri Mar 25, 2011 10:27
Location: cologne // germany

Re: Telegram message to Resolume Text Block

Post by cosmowe »

We already tried that 😃....sadly it's all outdated. There is a guy who is working on a new compatible version..... but its not ready yet.
Image Do you like outlines? Easy Outliner on Juicebar

User avatar
Arvol
Might as well join the team
Posts: 2771
Joined: Thu Jun 18, 2015 17:36
Location: Oklahoma, USA

Re: Telegram message to Resolume Text Block

Post by Arvol »

Well that's unfortunately. Glad it's still being actively worked on.

ZoltĂĄn
Team Resolume
Posts: 7088
Joined: Thu Jan 09, 2014 13:08
Location: Székesfehérvår, Hungary

Re: Telegram message to Resolume Text Block

Post by ZoltĂĄn »

Not sure ho telegram supplies stuff, like if there is an RSS feed, but with the new Resolume API, you could use curl to get a website, some bash magic to get the text you want and send that to Resolume clip via curl post again.
Software developer, Sound Engineer,
Control Your show with ”Enter” - multiple Resolume servers at once - SMPTE/MTC column launch
try for free: http://programs.palffyzoltan.hu

User avatar
cosmowe
Knows Resolume better than the devs
Posts: 1597
Joined: Fri Mar 25, 2011 10:27
Location: cologne // germany

Re: Telegram message to Resolume Text Block

Post by cosmowe »

nice idea.....will check that out!
Image Do you like outlines? Easy Outliner on Juicebar

User avatar
cosmowe
Knows Resolume better than the devs
Posts: 1597
Joined: Fri Mar 25, 2011 10:27
Location: cologne // germany

Re: Telegram message to Resolume Text Block

Post by cosmowe »

Zoltán wrote: ↑Thu Feb 17, 2022 09:42 .....and send that to Resolume clip via curl post again.
Can you give me an example for the curl post syntax to send a string into a "Textblock" textbox?


Greetings
cosmowe
Image Do you like outlines? Easy Outliner on Juicebar

ZoltĂĄn
Team Resolume
Posts: 7088
Joined: Thu Jan 09, 2014 13:08
Location: Székesfehérvår, Hungary

Re: Telegram message to Resolume Text Block

Post by ZoltĂĄn »

So, turns out text params are missing from the API, we'll fix that.

Meanwhile using OSC should work then.
Python has an OSC library ;)
Software developer, Sound Engineer,
Control Your show with ”Enter” - multiple Resolume servers at once - SMPTE/MTC column launch
try for free: http://programs.palffyzoltan.hu

Post Reply