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

15
LINES

< > BotCompany Repo | #1023679 // agi.blue first bot v3 (move ALL "robots.txt" page to the robots.txt slice, sign posts)

JavaX source code (Dynamic Module) [tags: use-pretranspiled] - run with: Stefan's OS

Uses 911K of libraries. Click here for Pure Java version (6931L/37K).

!7

cmodule AgiBlueFirstBot > DynSingleFunctionWithPrintLog {
  transient PKIKeyPair keys;
  
  start { keys = keyPairForProgram(); }
  
  void doIt {
    LS pages = agiBot_allPagesEndingWith("/robots.txt");

    print(shorten1000(agiBot_postMulti(keys, map(pages, page -> litorderedmap(
      q := page, key := "is in slice", value := "the robot slice"
    )))));
  }
}

Author comment

Began life as a copy of #1023673

download  show line numbers  debug dex  old transpilations   

Travelled to 6 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1023679
Snippet name: agi.blue first bot v3 (move ALL "robots.txt" page to the robots.txt slice, sign posts)
Eternal ID of this version: #1023679/10
Text MD5: 2661716d25d0221766576930371f65bf
Transpilation MD5: f669e8a6289fdfa5e87b80dec554cd57
Author: stefan
Category: javax / agi.blue
Type: JavaX source code (Dynamic Module)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-07-04 10:20:55
Source code size: 384 bytes / 15 lines
Pitched / IR pitched: No / No
Views / Downloads: 308 / 472
Version history: 9 change(s)
Referenced in: [show references]