CS DataMiner

By Dan° Last update Mar 27, 2010 — Installed 208 times.


Script Summary: Programma per recuperare informazioni dai profili

Version: 1.5

Copyright: Released under the CreativeCommons cc by-nc-nd license (http://creativecommons.org/)

Script for CouchSurfing website. The idea is to retrieve profiles's IDs from group page, and then retrieve data from each one of those profiles to create statistics.
Works only on CS group pages.


Version 1.5:
* somehow faster, changed the creation of the table using dom in a different way; still problems with big groups because of script running time

Version 1.4:
* solved problem with asynchronicity, now it works fine

Version 1.3:
* switched to XMLHttpRequest, to make the script portable to other browsers (there's a problem with asynchronicity to be solved, yet)

Version 1.2:
* included hidden profile check
* added time left count during operation (like in Windows OS)


Todo list:
* include references (received) count [difficult: it seems impossibile to retrieve DOM structure, and other methods would be too much time consuming]
* include inappropriate references left count [see above]
* add controls in case the site is down
* add controls in case the single page is for any reason unavailable
* add support for other list pages (like MAPSURF results and EVENT)
* check that group page is displayed in English
* add export data support (to txt, csv or similar) [difficult: JS doesn't allow hd interaction]
* add chance to open table in a new browser window [or tab, even better]
* change behaviour with pages with no complete list (actually: popup question)