Skip to content

Instantly share code, notes, and snippets.

View Cheers0606's full-sized avatar
🤦‍♂️
The story goes on... Years go by.

Enoch Cheers0606

🤦‍♂️
The story goes on... Years go by.
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