1
Name:
nak
2006-07-19 5:16
Should it be easy to connect to a POP3 server, search for a text pattern, manipulate the string, then navigate to the URL (manipulated text string), delete message... then repeat?
How about posting custom HTTP requests with python?
Ive just started reading a few tuts online, probably will go out looking for a cheap book tomorrow.
4
Name:
Anonymous
2006-07-19 10:25
In before Ruby is superior and opera
6
Name:
Anonymous
2006-07-19 14:22
Python is named after monty python, no language could come close to being superior
7
Name:
Anonymous
2006-07-19 14:30
(sage)
>>6
A language named after Boba Fett would be superior.
8
Name:
Anonymous
2006-07-19 16:04
Ok
The examples I am finding online are a bit weird for string manipulation, ive got the URL from the emails, now I just need to split it up...
url = '
http://www.test.com/action.php?var=123456' ;
I just want to cut off the first # of characters and store 'action.php?var=123456' into a variable.
Any help is appreciated, thanks!
9
Name:
Anonymous
2006-07-19 16:20
ok, nevermind... I think
url.split("/")
10
Name:
Anonymous
2006-07-27 10:16
PHP>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>pyton
12
Name:
Anonymous
2006-07-27 12:03
>>10
Good thing you're talking about 'pyton' and not Python, or I'd have to kill you.
15
Name:
Anonymous
2006-07-29 3:43
(sage)
>>13
thank you, thats just what i've been looking for