Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yunsii/bot48
一个关于 SNH48 Group 的 QQ 机器人
https://github.com/yunsii/bot48
weibo-bot
Last synced: 11 days ago
JSON representation
一个关于 SNH48 Group 的 QQ 机器人
- Host: GitHub
- URL: https://github.com/yunsii/bot48
- Owner: yunsii
- License: lgpl-3.0
- Created: 2019-05-16T14:48:43.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-27T16:22:32.000Z (almost 2 years ago)
- Last Synced: 2023-09-25T04:28:44.869Z (about 1 year ago)
- Topics: weibo-bot
- Language: Python
- Homepage:
- Size: 103 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bot48
一个关于 SNH48 Group 的 QQ 机器人。已有功能清单:
* 微博自动转评赞(生个h推bot,待整合进 QQ 机器人)
## 准备工作
* Windows 10
* Python 3.7
* 火狐浏览器
* Gecko (火狐浏览器驱动)浏览器驱动可到 Selenium 官网[下载](https://www.seleniumhq.org/download/),安装后需要将驱动添加到系统环境变量 Path 中。
由于使用了 [Pipenv](https://docs.pipenv.org/en/latest/) 包管理工具,上述环境就绪后使用 `pipenv install` 安装相关依赖即可使用。
## 快速上手
新建并配置( utf-8 编码的) `json/mine.json` 中的相关参数,格式如下:
```json
{
"username": "{username}",
"password": "{password}",
"nickname": "{nickname}"
}
```程序会根据 `json/fcl_users.json` 中的 key 自动转评赞该用户微博,并根据 value 带上话题 tag 。
随后启动 `start.py` 即可。
## 开发计划
见 [Projects / weibot](https://github.com/theprimone/weibot/projects/1)
## 技术剖析
见 [Wiki](https://github.com/theprimone/weibot/wiki)