Jump to content
cmiN

Lockerz refresher

Recommended Posts

Python | #! /usr/bin/env python impo - CmiN - 79dSTmtw - Pastebin.com

#! /usr/bin/env python

import webbrowser, time, urllib

def main():
s1 = test()
while True:
time.sleep(60) # seconds
s2 = test()
if s1 != s2:
print "Redeem!"
webbrowser.open_new_tab("http://ptzplace.lockerz.com/")

def test():
uobj = urllib.urlopen("http://ptzplace.lockerz.com/")
source = uobj.read()
uobj.close()
return source

if __name__ == "__main__":
main()

Cu timpul o sa-i adaug proxy support, alerta printr-un mp3 la alegere sau de ce nu un beep din difuzorul interior, setarea numarului de refresh-uri dar si delay. L-am facut in graba ca am vazut ca au anuntat astia de redeem si simt eu ca e la 11 in seara asta :). Succes! (stiu prea multi care au primit atat bani cat si electronice asa ca nu ma intereseaza deloc parerea alora care tot sunt suparati ca nu au reusit sa ia ceva)

Link to comment
Share on other sites

Poate sa fie si 1 :)) ... important e ca totusi poti castiga ceva si decat 6/49 mai bine lockerz. Cand o sa am timp o sa-l fac cu interfata si un mod mult mai bun de a alerta (doar de dragul programarii nu neaparat ca facilitate).

Link to comment
Share on other sites

Poate sa fie si 1 :)) ... important e ca totusi poti castiga ceva si decat 6/49 mai bine lockerz. Cand o sa am timp o sa-l fac cu interfata si un mod mult mai bun de a alerta (doar de dragul programarii nu neaparat ca facilitate).

castigi 2 milioane de euro si la lockerz ? ca ma bag si eu daca e asa

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...