Skip to content
This repository has been archived by the owner on Dec 13, 2018. It is now read-only.

DIYgod/Weibo2RSS

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

⚠️ 此项目已被弃用并合入 RSSHub,请使用 RSSHub

Weibo2RSS

使用RSS订阅喜欢的微博博主

介绍

Demo:https://api.prprpr.me/weibo/rss/3306934123

RSS 格式输出一个微博博主最新的 15 条微博,可以使用 RSS 阅读器来获取及时推送,配合 IFTTT 还可以实现更多好玩的功能。

Demo:https://api.prprpr.me/weibo/negative/3306934123

使用 Text2Emotion 实现,仅输出消极情绪的微博,用来监控博主的消极情绪。

使用

使用 RSS 阅读器订阅:https://api.prprpr.me/weibo/rss/{微博博主的uid}

获取uid:进入博主的微博主页,控制台执行

/uid=(\d+)/. exec(document.querySelector('.opt_box .btn_bed').getAttribute('action-data'))[1]

搭建

需要环境:Node.js

推荐使用 Docker

docker build .
docker run --name Weibo2RSS -p 1206:1206 -d [CONTAINER ID]

LICENSE

MIT © DIYgod

About

🍪 使用RSS订阅喜欢的微博博主 & 女朋友的微博情绪监控

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published