vsoch / watchme

Reproducible watchers for research
https://vsoch.github.io/watchme/
Mozilla Public License 2.0
851 stars 32 forks source link

Add url parameters to urls tasks #18

Closed vsoch closed 5 years ago

vsoch commented 5 years ago

For example, if I want to go to ?page1 to ?page9, I could do:

$ watchme add watcher task-get url@https:// url_param@page=1,2,3,4,5,6,7,8,9

And the list would be cycled through, and the results added up.