Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

19
LINES

< > BotCompany Repo | #739 // Web information extractor (developing)

JavaX source code - run with: x30.jar

!636
!standard functions

main {
  psvm {
    
    String url = "http://tinybrain.blog.de";
    if (args.length != 0)
      url = args[0];
      
    String text = loadPage(url);
    
    // extract information here...
    
    if (!text.isEmpty()) {
      ntUpload("url-loader", "Contents of " + url, text);
    }
  }
}

Author comment

Began life as a copy of #1000452

download  show line numbers  debug dex  old transpilations   

Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

Comments [hide]

ID Author/Program Comment Date
881 #1000610 (pitcher) 2015-08-19 16:49:40
751 #1000604 (pitcher) 2015-08-19 16:49:40

add comment

Snippet ID: #739
Snippet name: Web information extractor (developing)
Eternal ID of this version: #739/1
Text MD5: 6db211d43c6b6c69b679fef4a1898d61
Author: stefan
Category:
Type: JavaX source code
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2015-08-19 16:49:40
Source code size: 338 bytes / 19 lines
Pitched / IR pitched: No / Yes
Views / Downloads: 736 / 659
Referenced in: [show references]