Split a long analysis into sections so I can post on Twitter

Hi everyone, I’m using ChatGPT to generate historical battle analyses, but they often exceed Twitter’s 280-character limit. I’m looking for a module in Make that acts like a text editor where I can manually input my analysis and split it into three or four sections. This way, I can post each section in order as a Twitter thread. Does anyone know if there’s a module that can help with this?"

1 Like

Welcome to the Make community!

You can use the Set Multiple Variables module with the split() function, or you can use a Text Parser “Match Pattern” module to split a string of variable length.

Hope this helps! Let me know if there are any further questions or issues.

@samliew

P.S.: Investing some effort into the Make Academy will save you lots of time and frustration using Make.

Thank you very much, and yes I will definitely look into joining the Make Academy.

1 Like