looking for users of zeenposter

stanf63

Registered Member
Joined
Aug 24, 2014
Messages
62
Reaction score
10
I 'm a rookie user of zeenoposter searching for other english speaking users that want to come together and share scripting and implementation techniques
 
yes , i am crawling thru it, but some things are not clear.
example:
when sorting a list by regex,
i dont under stand how to import the rgex code
what list ( select the list)
what i want to do ( select from the dropdown)
but where do i insert the reegex code ?
there is no text box
 
You can sort lists with regex by using list processing, and select lists by using the same list processing block:

https://zennolab.atlassian.net/wiki/spaces/EN/pages/924451297/List+operations

Or sort lists with regex by using text processing:

https://zennolab.atlassian.net/wiki/spaces/EN/pages/924451249/Text+processing

Save results to variable for later use or to another list or file.

The manual has everything you need. It is detailed with many examples. Just try what it says. You’ll get the hang of things.

At first it can be tough. I’ve met many people that didn’t get it right away and quit, to their detriment. Now they pay a dev for simple automation solutions or try to make bots with ai and python that don’t work or can’t be maintained by the ai in many cases.
 
Last edited by a moderator:
does anyone know where to put the regex code in this box ?
Screenshot 2025-07-01 142707.png
 
it should look like this if you are using list processing

Screenshot 2025-07-01 at 3.36.40 PM.png
 
Sometimes it is silly little things like that
 
some no code program like zenno actually not no code because it require dev knowlength, you can ask ai for help
 
some no code program like zenno actually not no code because it require dev knowlength, you can ask ai for help
Zennoposter is not advertised as a no code solution. There is no such thing anyway. Zenno users should have at least a basic understanding of JavaScript, c# and regex to get the most out of it.

ai isn’t usually much help with zp.
 
Zennoposter is not advertised as a no code solution. There is no such thing anyway. Zenno users should have at least a basic understanding of JavaScript, c# and regex to get the most out of it.

ai isn’t usually much help with zp.
yea i see where i'm going to need a basic understanding of c# and js to realy rock this thing but for what i need now scraping and posting to most sites i think its ok
 
Zennoposter is not advertised as a no code solution. There is no such thing anyway. Zenno users should have at least a basic understanding of JavaScript, c# and regex to get the most out of it.

ai isn’t usually much help with zp.
whats it used for?
 
yea i see where i'm going to need a basic understanding of c# and js to realy rock this thing but for what i need now scraping and posting to most sites i think its ok
Scraping is very reliable if you are parsing the page using xpath. Ai can help you generate proper xpath for parsing elements. That’s one thing where Ai is very helpful.

Registration of accounts for posting can become quite advanced so that zp can fill any form it encounters because not all registrations pages are the same even on the same platform. xpath can be used to find for fields without knowing what’s on the page already. It can also be used to avoid the honey pot hidden fields in the same search.

If you don’t know about xpath I recommend you learn the basics of that as well. As mentioned ai is very good at xpath but if you can do it yourself you’ll save a lot of time rather than going to ai and telling it to give you xpath for elements
 
Scraping is very reliable if you are parsing the page using xpath. Ai can help you generate proper xpath for parsing elements. That’s one thing where Ai is very helpful.

Registration of accounts for posting can become quite advanced so that zp can fill any form it encounters because not all registrations pages are the same even on the same platform. xpath can be used to find for fields without knowing what’s on the page already. It can also be used to avoid the honey pot hidden fields in the same search.

If you don’t know about xpath I recommend you learn the basics of that as well. As mentioned ai is very good at xpath but if you can do it yourself you’ll save a lot of time rather than going to ai and telling it to give you xpath for elements
xpath and regex is the easy stuff, i see where it does easy text manipulation.
but if you need to get deep int the dirt
IE; math calculations, word and character count, date and time maniputions and the more spicey stuff you are going to need C# and probobly some shell scripting. ( i like how you can lauch other programs from inside of zp but zp has now way to manipulate the program.
i'm coming from the ubot world so i got kind of spoiled by the develeper on that platform , those boys were cranking out plugins to do every thing including desk top manipulation
 
xpath and regex is the easy stuff, i see where it does easy text manipulation.
but if you need to get deep int the dirt
IE; math calculations, word and character count, date and time maniputions and the more spicey stuff you are going to need C# and probobly some shell scripting. ( i like how you can lauch other programs from inside of zp but zp has now way to manipulate the program.
i'm coming from the ubot world so i got kind of spoiled by the develeper on that platform , those boys were cranking out plugins to do every thing including desk top manipulation
but the interface is a learning curve.
example:
1-this whole drawing lines thing is a bit of a pain.
2- i have to dive deeper into and understand calling a script from within a script , it may make creating sub routines easier
 
does anyone know if it is possible to parse data from a second browser in zp ?
 
disregard this post i found the control to switch browser focus
Zp is certainly different than ubot. You’ll find it’s worth the effort. Don’t neglect the antidetect browser settings. The antidetect browser is second to none.

I have a cookie collector bot that saves browser profiles and builds them by surfing the internet for cookies. These browser profiles pass most anti bot detection algorithms.

You can do more with zp than any other service. But it’s up to you.
 
Zennoposter is not advertised as a no code solution. There is no such thing anyway. Zenno users should have at least a basic understanding of JavaScript, c# and regex to get the most out of it.

ai isn’t usually much help with zp.
You right mostly like Zenno/ubot/Taskmagic/Antidetect RPA Script always need to know that
AI like Claude Help me alot to understand that
give them read doc of tools and more suggest to fix problem
 
Back
Top