cwbe coordinatez:
101
63540
2076399
856608
4451500
4454416
4460541

ABSOLUT
KYBERIA
permissions
you: r,
system: public
net: yes

neurons

stats|by_visit|by_K
source
tiamat
commanders
polls

total descendants::
total children::0
show[ 2 | 3] flat


import urllib, urllib2

opener = urllib2.build_opener(urllib2.HTTPCookieProcessor())
urllib2.install_opener(opener)

params = urllib.urlencode(dict(login='lolo', pwd='lolo', page=''))
f = opener.open('https://www.orangeportal.sk/portal/do_login.dwp', params)
data = f.read()