Skip to content

Instantly share code, notes, and snippets.

View chiwah-keen's full-sized avatar
🎯
Focusing

chiwah keen chiwah-keen

🎯
Focusing
  • Datagrand
  • china shanghai
View GitHub Profile
@chen206
chen206 / wechat_getappmsgext.py
Last active July 6, 2024 10:30
微信公众号文章抓取阅读数和点赞数
# !/usr/bin/env python
# -*- coding: utf-8 -*-
import sys
import json
from urlparse import urlparse, parse_qs
import requests