https://wiki.bablosoft.com/doku.php?id=start
https://www.youtube.com/@browserautomationstudio3109
There are subtitles in english if video is in russian language,
and later when you learn basics you can check
lifehack thread here on the BAS forum >
https://community.bablosoft.com/topic/3521/лайфхаки-bas
Use translator extension in browser to read it.
How to use markdown/html in BAS AutoPost
-
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!