@sponkly cbf8898b-5012-4782-b543-610ef89659d6-image.png
cf7e154f-0442-4304-ade1-8c25dc9be1c1-image.png
7afc7052-afb2-4d47-84f0-96a73fa688df-image.png
ca4e7a9b-5c8a-4e57-b780-226ff848ab14-image.png
I am currently writing an autoposter bot for a Twitter-type site. Problem: The bot takes posts from the file posts.txt, where each line has 1 post, but the bot does not mark up at all and so the site.
I need it to be elementary to do line breaks in posts in some sentences, otherwise it's solid unreadable text.
I've already tried the \n <br> tags, but it doesn't work.
Maybe there are other ways somehow force the BAS to read the whole file post1.txt, post2.txt etc. with a post already marked up?
Appreciate any suggestion!