https://github.com/hehehai/weibo-worth
微博价值评估
https://github.com/hehehai/weibo-worth
hono weibo
Last synced: 7 months ago
JSON representation
微博价值评估
- Host: GitHub
- URL: https://github.com/hehehai/weibo-worth
- Owner: hehehai
- Created: 2024-01-14T03:00:13.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-28T09:42:41.000Z (over 1 year ago)
- Last Synced: 2025-03-30T20:42:50.898Z (8 months ago)
- Topics: hono, weibo
- Language: TypeScript
- Homepage: https://weibo.hehehai.cn/
- Size: 805 KB
- Stars: 19
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
微博价值评估
一键评估微博账号价值金额,生成图片

> [MemoMe](https://speechless.fun/)
> 一键轻松备份新浪微博,把文字、图片、评论,导出成 PDF 到本地
## ⌨️ 安装&运行
配置环境变量,账号历史消息的获取需要微博 Cookie。 在根目录创建 `.env.local` 文件(参考 `.env.example`),之后复制下面内容将`Cookie`替换为个人微博 Cookie
```txt
SELF_COOKIE=Cookie
```
```shell
npm install
npm run dev
```
打开 `http://localhost:3000`