Permanently Closed Marketplace Sales Thread

Status
Not open for further replies.
Looks Appealing . If it has a trial , i would like to use it .

Sure :) http://zennolab.com/en/products/zennoposter/download/

Anyway to make this work guys?

Hello! Sorry for delay. I stopped getting notification about new posts here for some reason. I guess I need to resubscribe :)
What you're looking for can be done with several ways but the most easy one is scrape data from page - put it to list and use List processing - Remove duplicates.
That's just 1 action. Couldnt be any simplier :)

Anton

eMDzj1j

Free 14 day ZennoPoster demo download || Buy ZennoPoster PRO via this link and get Outlook & Twitter account creators for free!
 
No problem, I knew you guys would be around here soon!

What I am trying to do is take variable.title and not have two of them when it goes to scrape again, how can I make it pass over the already scraped information?

So for example say I have an autoblog of sorts and grabbed a post called How to walk your dog in the park without bothering others.

How could I save this title and make sure I did not scrape it again and post it to my website?

Is there some type of check I could have it perform against the list once it takes a title?

I understand the delete duplicates, but if I already posted the title, it would be saved in the list technically, so how can I then make that list be checked against the current scraped title to avoid posting it twice?

Thanks again for your time and help! :)
 
Here you can download sample template in C# for C# code action, maybe it will help you: http://zennoposter5.com/zennoposter-tutorials/black-list-zennoposter5-compare-lists/
Logic behind this C# code: you have 3 lists, List1 = blacklist (list with titels that you already used or dont wanna use at all), List2 = new scraped data, so you scrape anything from page to this temp list and store it there, List3 = future list which will store only those titles that are not presented in black list.
As result you can save data from List3 to Blacklist after all of somewhere else, all depends on your needs.

Anton
 
Great, that sounds like exactly what I need. I will take a look at it and hopefully this will be the last piece of the puzzle!

Thanks again Rostonix!
 
This turns out to be exactly what I need, my question is where do I insert this block and what do I do with the a variable output to perform the switch if need be?

I am guessing it would be best to insert it right after taking the next title, however, I am still confused what to do with the output and how to set the switch if it is a bad title or a good title.
 
my question is where do I insert this block
After you'll have all scraped data in List2 (after parsing from pages)
what do I do with the a variable output to perform the switch if need be?
Nothing. Action will perform sorting and writing data to List3 if it's not presented in List1. You dont need to do anything with variable.
 
Great, I am going to work at it and see if I can get it to perform how I want.

Thanks again!
 
Having 2 issues lately with zenno:

1. Can I add OR in the if statement? I mean something like '{-Variable.Variable0-}'=='' OR '{-Variable.Variable0-}'=='error'
2. I have a template that somehow is able to limit me for 48 hous after making 5 posts. The things I tried to change was - restarting router (dynamic IP), changing to private proxy, changing user agent, loading from a file random referrer, clearing cookies as well as restarting instance and clearing cache. Still I cannot post again - after 48 hours I can post again - from the same IP. What else can it be catching - my hardware?, should I change my firefox to another version? Any ideas?
 
First off, great software. The best purchase you can make to help you with whatever you do online. Great job guys.

Only problem I have encountered is my scheduling tasks / task manager does not work for some projects. I've tried all settings, but some projects just don't auto run. Could it be that I have set as a schedule to run everyday? Also, there is no error in the logs, or anything stating it runs during that time.

Please help me out! :)
 
1. Ok I resolved that issue can be done with simple operator.
2. Of course - I even restarted router. Additionally I cleared cookies with ccleaner - but the zenno cookie cleare should do the same I guess. Still no idea what I reveal.
 
First off, great software. The best purchase you can make to help you with whatever you do online. Great job guys.

Only problem I have encountered is my scheduling tasks / task manager does not work for some projects. I've tried all settings, but some projects just don't auto run. Could it be that I have set as a schedule to run everyday? Also, there is no error in the logs, or anything stating it runs during that time.

Please help me out!
smile.png


Hello!

Please add me on skype: rostonix and provide teamviewer access. I will show you example config for scheduler.

2. Of course - I even restarted router. Additionally I cleared cookies with ccleaner - but the zenno cookie cleare should do the same I guess. Still no idea what I reveal.

Try for testing purposes: after you got limit for posting, open site in PM and try to post manually without automation. Like you would do it in normal browser. Maybe they track something wierdo like mouse movements or something.

Anton

eMDzj1j

Free 14 day ZennoPoster demo download || Buy ZennoPoster PRO via this link and get Outlook & Twitter account creators for free!
 
Hello!

Please add me on skype: rostonix and provide teamviewer access. I will show you example config for scheduler.



Try for testing purposes: after you got limit for posting, open site in PM and try to post manually without automation. Like you would do it in normal browser. Maybe they track something wierdo like mouse movements or something.

Anton

eMDzj1j

Free 14 day ZennoPoster demo download || Buy ZennoPoster PRO via this link and get Outlook & Twitter account creators for free!


Unfortunately it's the same thing here.
 
And what about standalone browser? Are you able to post without any limits?
 
And what about standalone browser? Are you able to post without any limits?

Yes - I can confirm that the issue is connected with some browser settings I guess. Because I am able to post on the same IP when I open chrome, firefox Opera or IE - the limit seems to be resetted.
 
Yes - I can confirm that the issue is connected with some browser settings I guess. Because I am able to post on the same IP when I open chrome, firefox Opera or IE - the limit seems to be resetted.

Do you use latest build with new browser engine?
 
Sorry I'm not real good at bots and understanding the main page but is this like SER?
 
Sorry I'm not real good at bots and understanding the main page but is this like SER?

Hello!)

ZennoPoster itself is not spamming tool from the box. It's automation framework which you can use to create scripts (bots) for sites with functions that you need. It doesnt post anything anywhere unless you create project for this ) It's more likely software to create bots for non-programmers) Hope it helps.

Anton
 
Status
Not open for further replies.
Back
Top