cwbe coordinatez:
101
63540
2076399
856608
8561529
8561557
8561638

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

neurons

stats|by_visit|by_K
source
tiamat
K|my_K|given_K
last
commanders
polls

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


dakujem, vies to nejak zakomponovat do toho kodu? Som v tychto veciach hodne novy, jedna vec je urobit v seleniu find_element_by_id_executescript("...") a druha urobit nieco v takomto kode ktory som si pozical z inej stranky a neviem ako zmenit post metodu na volanie javascriptu v tomto kontexte. Skusim to pogooglit...

edit: a este sa potrebujem dostat do JSON a tohoto :D
https://developers.trello.com/docs/api-introduction




0000010100063540020763990085660808561529085615570856163808561643
Mr. Darcy
 Mr. Darcy      06.11.2018 - 11:19:02 (modif: 06.11.2018 - 11:21:31), level: 1, UP   NEW !!CONTENT CHANGED!!
ja o tom nic neviem, spustal som js kod v tej stranke aby som vyplnil formular a submitol (dalsim js). dnes na to snad existuju nejake frameworky, urcite nie si prvy kto riesi taketo peklo. radsej si double-checkni ci na to co chces ziskat neexistuje nejake API, scraping sa moze lahko rozbit.

000001010006354002076399008566080856152908561557085616380856164308561645
chaplin
 chaplin      06.11.2018 - 11:21:22 , level: 2, UP   NEW
jj prave mi jeden indian potvrdil ze maju API :) dakujem

0000010100063540020763990085660808561529085615570856163808561641
chaplin
 chaplin      06.11.2018 - 11:15:28 , level: 1, UP   NEW
nasiel som javascript:login v ciratsScripts.js

function login(argumentName, argumentValues){
dm1 = document.MainForm;
var dt = new Date();

// Adding the timeZone information to the request..
argumentName[argumentName.length]='timeZone';
argumentValues[argumentValues.length] = dt.getTimezoneOffset();
//Added by Deepmala for defect 38731:Problem with timestamp display for some DST timezones
var jan1 = new Date(dt.getFullYear(), 0, 1, 0, 0, 0, 0);
var temp = jan1.toGMTString();
var jan2 = new Date(temp.substring(0, temp.lastIndexOf(" ")-1));
var time_offset_jan = (jan1 - jan2) / (1000 * 60);
var june1 = new Date(dt.getFullYear(), 6, 1, 0, 0, 0, 0);
temp = june1.toGMTString();
var june2 = new Date(temp.substring(0, temp.lastIndexOf(" ")-1));
var time_offset_jun = (june1 - june2) / (1000 * 60);

argumentName[argumentName.length]='time_offset_jan';
argumentValues[argumentValues.length] = time_offset_jan;
argumentName[argumentName.length]='time_offset_jun';
argumentValues[argumentValues.length] = time_offset_jun;

//End of code added by Deepmala for defect 38731:Problem with timestamp display for some DST timezones
submitParameters(argumentName,argumentValues);
}