wxgzh api
1.0.0
이 프로젝트는 WeChat 공개 플랫폼을 기반으로 모든 WeChat 공개 계정의 최신 기사를 얻을 수 있는 방법을 제공합니다.
微信公众平台订阅号
만들기
docker
및 docker-compose
사용하여 배포하는 경우 docker
및 docker-compose
설치합니다.
수동으로 배포하는 경우 python3.10+
, firefox
, geckodriver
및 requirements.txt
의 종속성을 설치합니다.
프로젝트를 로컬로 복제
git clone https://github.com/BeautyYuYanli/wxgzh-api.git
微信公众平台
에 로그인하고 도메인 이름 mp.weixin.qq.com
아래의 쿠키를 json
형식으로 wxgzh-api/cookies.json
에 저장하세요. 이 플러그인을 사용할 수 있습니다: chrome firefox.
docker-compose up -d
pip3 install waitress
python3 -m waitress --port=11459 server:app
배포된 서비스는 기본적으로 localhost:11459
에서 수신 대기합니다.
/json_feed
: GET
, 여러 매개변수 target
, RSS JSON 피드( application/feed+json
) 형식으로 데이터를 반환합니다.
http://127.0.0.1:11459/json_feeds?target=声动活泼&target=汪小喵爱大工
{
"title" : "微信公众号" ,
"version" : " https://jsonfeed.org/version/1.1 " ,
"description" : "微信公众号文章更新推送" ,
"home_page_url" : " https://github.com/BeautyyuYanli/wxgzh-api " ,
"items" : [
{
"authors" : [
{
"name" : "声动活泼"
}
],
"date_published" : " 2023-03-05T00:00:00+08:00 " ,
"title" : "一年了!声动胡同有了这些新变化,邀请你来加入" ,
"url" : " http://mp.weixin.qq.com/s?__biz=MzIwMDczNTE3OQ==&mid=2247496071&idx=1&sn=7024a904a4cf6f448ebbcc2888cf282c&chksm=96fa1123a18d983599aba221d7d1a8cbd0c80d2773f9cdb1b13c2ead9cadcfe905f8ad94fe4f#rd "
},
{
"authors" : [
{
"name" : "汪小喵爱大工"
}
],
"date_published" : " 2023-03-05T00:00:00+08:00 " ,
"title" : "公告&记录 | 查询汪小喵精神状态" ,
"url" : " http://mp.weixin.qq.com/s?__biz=MzI4NzYwMTYxMQ==&mid=2247487382&idx=1&sn=7774bfc2e7fed6473982b191fac1c225&chksm=ebca6932dcbde024ed77f52f855fe61beb6fcfb49f3700482a52d7c6e0185ddab043968ab052#rd "
}
]
}
배포하지 않고 직접 데이터를 가져올 수도 있습니다.
python standalone.py -h
usage: standalone.py [-h] [--cookiefile COOKIEFILE] [--target TARGET [TARGET ...]]
options:
-h, --help show this help message and exit
--cookiefile COOKIEFILE
--target TARGET [TARGET ...]
이 프로젝트는 Python 모듈(TODO)로 직접 사용할 수도 있습니다.
이 프로젝트는 계정에 알려지지 않은 다른 영향도 미칠 수 있으므로 위험을 감수하시기 바랍니다.