Download articles with python
2024년 2월 27일에 게시됨
Hello, I would like to use python script to download articles that are located on address such as.
https://support.example.com/hc/en-us/sections/224112129274-Knowledge-base.
U used following tutorial but it did not work for those articles I need it downloaded whatever was available at
Endpoint = zendesk + '/api/v2/help_center/{locale}/articles.json'
0
2
댓글 2개
Tomas Baidal
Hey starskiin3d, you can download ALL articles using this script that creates a csv file with them:
To download only the articles in section number 224112129274 you can use the same script but modifying the url:
0
Erica Girges
I'm sorry to hear that you had issues while following our tutorial. Let me go ahead and pull you into a ticket to get a better idea of your use case and review some code samples.
1
댓글을 남기려면 로그인하세요.