Automate daily csv file download from website button click

[亡魂溺海] 提交于 2019-11-29 08:15:39

Your button most likely issues a POST request to the server. In order to track it:

  1. Open Network tab in Chrome developer tools
  2. Navigate to the page and hit the button.
  3. Notice which request led to file download. Right click on it and copy as cURL
  4. Run copied cURL

Once you have cURL working you can schedule downloads using cron or Task Scheduler depending on operation system you are using.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!