a script for yuemyutu's unique content method...

nikhil you should be getting alot more thanks... someone here said they got temporarily banned for too many automated requests on google... is there anyway around this? I have a proxy browser, but i doubt it would work with it
 
there is not much you can do about google temp bans. clear cookies and new ip.
 
hours :D if your automating that is, if you goto google you can enter a captcha
 
so has any of you tried changing the translation pattern? how have the results been?
 
@pinoyvid
yes mostly it is..but like mentioned earlier you'll have to touch it up a little.
 
I can't paste any article. I need to manually type all the texts. Pressing "control V" gives "^V", can't even use right click... Please help!
 
@versa
read the posts above, ctrl+v wont help
and the right click has to work....
 
Hi,

I dont understand why, but when I try to run the script

I get an error :

File "translator.py", line 43
print "Success"

Syntax Error: invalid Syntax

Some idea?

thanks
 
did u try to modify the code? u may have made a mistake in the syntax then...
 
Hi Nikhil,

no I did not change the code, and now I tried again and downloaded again the txt, from the link but is the same error.

by the way I downloaded the Python 3.0, may be I need to use another version?

is strange because look like is working for everybody.
 
It's strange also on my side. The right click didn't work. I downloaded python 2.6.1
I'll try the 3.0.
 
well i'm really not sure what the problem is
i use python 2.5 and it works perfectly well for me
gimme some time, i'll check it out
 
found the solution guys
there r few syntax changes in python 3

so please replace
print "Success"
with
print ("Success")

manolo12399 and versa pls confirm if this works for u....


100 posts btw! lol
 
Hi,

thanks for trying to fix.

But still is not working but now i get the error in line 44,

so I tought to modify also that, so give me error in 45, so modify also that one..

Now give me the error in line 2


Import error: No Module named urllib2

By the way I will try to install the 2.5, and see if works o.k.

I will give you feedback later.

Thanks a lot anyway
 
I just installed the python 2.5, and work perfect now.

Thanks great work
 
k thats great....will check it out though
 
Thank you nikhil88, that worked. Google temporarily blocked my ip for to many automated requests.
Can you give me this modified script

Yeah worked me well with python 2.5

Works well

Great
 
Last edited:
Back
Top