My Blog

toolman xyz

  1. Home
  2. About
  3. Archives
  4. Tags
  5. Search
  6. Links
  7. Disclaimer
  8. RSS
Featured image of post Dcard API
Cool

Dcard API

Jun 06, 2021
1 minute read
import requests, json

url="https://www.dcard.tw/_api/forums/pet/posts?popular=false"
reqs = requests.get(url)

reqsjson = json.loads(reqs.text)

Dcard | API | Python


Source: 【Python 爬蟲】從 Dcard 網站看爬蟲入門(II)  

Cool
Licensed under CC BY-NC-SA 4.0

Related content

Twitch Bot

Featured image of post 在 Google meet 中使用虛擬人物( Vtuber )

在 Google meet 中使用虛擬人物( Vtuber )

Featured image of post Win10 命令提示字元無法貼上

Win10 命令提示字元無法貼上

Featured image of post OBS Studio 同時顯示簡報內容及攝影機的畫面

OBS Studio 同時顯示簡報內容及攝影機的畫面

Featured image of post Web Camera 把手機拍攝畫面投影到投影機

Web Camera 把手機拍攝畫面投影到投影機

© 2020 - 2025 My Blog
Built with Hugo
Theme Stack designed by Jimmy