38 lines
1.1 KiB
JSON
38 lines
1.1 KiB
JSON
{
|
|
"sites": [
|
|
"reddit"
|
|
],
|
|
"task_id": 645,
|
|
"require_login": true,
|
|
"storage_state": "./.auth/reddit_state.json",
|
|
"start_url": "http://localhost:28080",
|
|
"geolocation": null,
|
|
"intent_template": "Post in {{subreddit}} subreddit about what could machine learning help the corresponding field.",
|
|
"instantiation_dict": {
|
|
"subreddit": "books"
|
|
},
|
|
"intent": "Post in books subreddit about what could machine learning help the corresponding field.",
|
|
"require_reset": false,
|
|
"eval": {
|
|
"eval_types": [
|
|
"url_match",
|
|
"program_html"
|
|
],
|
|
"reference_answers": null,
|
|
"reference_url": "http://localhost:28080/f/books",
|
|
"program_html": [
|
|
{
|
|
"url": "func:reddit_get_post_url('__last_url__')",
|
|
"locator": "document.querySelector('.submission__inner').outerText",
|
|
"required_contents": {
|
|
"must_include": [
|
|
"machine learning",
|
|
"help |OR| assist |OR| benefit |OR| improve |OR| enhance |OR| transform |OR| revolutionize"
|
|
]
|
|
}
|
|
}
|
|
],
|
|
"url_note": "GOLD in PRED"
|
|
},
|
|
"intent_template_id": 19
|
|
} |