dracony2
Regular Member
- Mar 5, 2010
- 350
- 327
Hi, i have been using WCS for some time, but i got too many "Con/Enc Problem" errors, also WCS has stupid feature that works like this:
If it posts via proxy and proxy dies it doesnt try to post that comment again via another proxy, just trashes the comment.
So here i have a python script that posts comments, with generally same features as WCS, the only difference is normal proxy handling, proxies are loaded from url and not from file, and can be refreshed after some timeout.
Its free because it lacks any graphical interface.
One more good thing is it can be run on any platform that supports Python (virtualy ANY platform)
Also it stores successfull and failed URL in separate logs so you can form somethink like a ZLinksList in xrumer.
You will need mechanize python library installed.
When/if i make a gui i'll give it to random 10 people from those who leave rep/thanks
P.S. I know it may be hard for a programming newbie to run python code (you'll have to download python first), but well, its either this or go and buy scrapebox =)
P.P.S. Unlie WCS it bypasses simple antispam systems based on cookies. hidden form fields.
Average success rate 70-80%
Also in logs you get more detailed info on failure than just Con/Enc Pro
P.P.P.S WCS is a great tool, i never meant to say its bad, i just tried to make mine better
P.P.P.P.S Don't use the dault proxies that are in code, they don't work =)
NOW WITH COMMENT SPINNING SUPPORT
If it posts via proxy and proxy dies it doesnt try to post that comment again via another proxy, just trashes the comment.
So here i have a python script that posts comments, with generally same features as WCS, the only difference is normal proxy handling, proxies are loaded from url and not from file, and can be refreshed after some timeout.
Its free because it lacks any graphical interface.
One more good thing is it can be run on any platform that supports Python (virtualy ANY platform)
Also it stores successfull and failed URL in separate logs so you can form somethink like a ZLinksList in xrumer.
You will need mechanize python library installed.
HTML:
easy_install mechanize
P.S. I know it may be hard for a programming newbie to run python code (you'll have to download python first), but well, its either this or go and buy scrapebox =)
P.P.S. Unlie WCS it bypasses simple antispam systems based on cookies. hidden form fields.
Average success rate 70-80%
Also in logs you get more detailed info on failure than just Con/Enc Pro
P.P.P.S WCS is a great tool, i never meant to say its bad, i just tried to make mine better
P.P.P.P.S Don't use the dault proxies that are in code, they don't work =)
NOW WITH COMMENT SPINNING SUPPORT
Attachments
Last edited: