Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hmbsbige/dawdler
懒 人 工 具
https://github.com/hmbsbige/dawdler
baidu bilibili docker net6
Last synced: 3 months ago
JSON representation
懒 人 工 具
- Host: GitHub
- URL: https://github.com/hmbsbige/dawdler
- Owner: HMBSbige
- License: mit
- Created: 2020-12-30T02:21:28.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T14:31:39.000Z (about 1 year ago)
- Last Synced: 2024-08-06T00:35:05.032Z (5 months ago)
- Topics: baidu, bilibili, docker, net6
- Language: C#
- Homepage:
- Size: 189 KB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dawdler
[![CI](https://github.com/HMBSbige/Dawdler/actions/workflows/CI.yml/badge.svg)](https://github.com/HMBSbige/Dawdler/actions/workflows/CI.yml)
[![Docker](https://github.com/HMBSbige/Dawdler/actions/workflows/Docker.yml/badge.svg)](https://github.com/HMBSbige/Dawdler/actions/workflows/Docker.yml)
[![Docker](https://img.shields.io/badge/dawdler-blue?label=Docker&logo=docker)](https://github.com/users/HMBSbige/packages/container/package/dawdler)
[![Github last commit date](https://img.shields.io/github/last-commit/HMBSbige/Dawdler.svg?label=Updated&logo=github)](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