Skip to content

Dcard/Dcard-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dcard-python

This module solves the problem of annoying CSRF problem.

So you can write scripts by simply import dcard.

Installation:

  • pip install dcard (What an awesome name!)

Usage:

from dcard import Dcard
d = Dcard('<USERNAME>', '<PASSWORD>')

# get info about yourself
data = d.session.get('https://www.dcard.tw/api/member/status').json()

Releases

No releases published

Packages

No packages published

Languages