https://github.com/hmbsbige/dawdler
懒 人 工 具
https://github.com/hmbsbige/dawdler
baidu bilibili docker net6
Last synced: 8 months ago
JSON representation
懒 人 工 具
- Host: GitHub
- URL: https://github.com/hmbsbige/dawdler
- Owner: HMBSbige
- License: mit
- Archived: true
- Created: 2020-12-30T02:21:28.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T14:31:39.000Z (over 2 years ago)
- Last Synced: 2025-01-28T17:39:35.837Z (over 1 year ago)
- Topics: baidu, bilibili, docker, net6
- Language: C#
- Homepage:
- Size: 189 KB
- Stars: 9
- Watchers: 2
- Forks: 2
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dawdler
[](https://github.com/HMBSbige/Dawdler/actions/workflows/CI.yml)
[](https://github.com/HMBSbige/Dawdler/actions/workflows/Docker.yml)
[](https://github.com/users/HMBSbige/packages/container/package/dawdler)
[](https://github.com/HMBSbige/Dawdler/commits)
# 功能
* Bilibili
* 漫画
* 每日签到
* 每日分享
* 直播
* 每日自动发送弹幕获取 100 亲密度
* 百度
* 每日贴吧签到
# 配置
所有的配置文件均在 `configs/` 目录下,运行前应手动配置好
* `configs`
* `bilibiliusers.json`
* `baiduusers.json`
## bilibiliusers.json
B 站用户配置,支持多用户
```json
[
{
"Username": "用户名",
"Password": "密码",
"AccessToken": "",
"RefreshToken": "",
"Csrf": "",
"Cookie": ""
},
{
"Username": "",
"Password": ""
}
]
```
## baiduusers.json
百度用户配置,支持多用户
BUSS 可以从 Cookie 中自行获取
```json
[
{
"BDUSS": "BDUSS"
}
]
```
# Usage
## Docker
### 拉取/更新最新镜像
```
docker pull ghcr.io/hmbsbige/dawdler
```
### 运行
```
docker run \
-it \
--name=dawdler \
-v /etc/localtime:/etc/localtime:ro \
-v $(pwd)/configs:/app/configs \
-v $(pwd)/Logs:/app/Logs \
ghcr.io/hmbsbige/dawdler
```
## 其他平台
在 [Actions](https://github.com/HMBSbige/Dawdler/actions/workflows/CI.yml?query=workflow%3ACI+branch%3Amaster+is%3Asuccess) 中选择最新的 Commit 下载所需平台的 Artifact