Libraryless. Click here for Pure Java version (887L/7K/21K).
1 | !752 |
2 | |
3 | answer {
|
4 | if (match("please scrape *", s, m))
|
5 | ret "OK. Scraped here: tinybrain.de/" + parseSnippetID(scrape(m.unq(0))); |
6 | } |
7 | |
8 | static S scrape(S url) {
|
9 | url = unslack(url); |
10 | ret ntUpload("Scrape Bot" + formatSnippetID(getProgramID()), "Contents of " + url, loadPage(url));
|
11 | } |
12 | |
13 | static S unslack(S url) {
|
14 | if (url.startsWith("<")) url = url.substring(1);
|
15 | if (url.endsWith(">")) url = url.substring(0, l(url)-1);
|
16 | ret url; |
17 | } |
Began life as a copy of #1002036
download show line numbers debug dex old transpilations
Travelled to 15 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, jtubtzbbkimh, lpdgvwnxivlt, mqqgnosmbjvj, onxytkatvevr, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1002043 |
| Snippet name: | Scrape Bot - loads a web page and stores it as a snippet |
| Eternal ID of this version: | #1002043/1 |
| Text MD5: | bcf9e6a678ef1aecfd3ac0e7046a5e44 |
| Transpilation MD5: | f5ac0fa08910d999e82b03bd51d2142e |
| Author: | stefan |
| Category: | |
| Type: | JavaX source code |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2015-12-15 01:31:23 |
| Source code size: | 449 bytes / 17 lines |
| Pitched / IR pitched: | No / Yes |
| Views / Downloads: | 989 / 2259 |
| Referenced in: | [show references] |