All Projects → CoolQ → Docker Wine Coolq

CoolQ / Docker Wine Coolq

Licence: gpl-3.0
使用 Wine 在 Docker 容器中运行 酷Q Air / Pro

Projects that are alternatives of or similar to Docker Wine Coolq

Youxiang
获取淘宝优惠券、京东优惠券、拼多多(多多客)优惠券、苏宁易购优惠券、唯品会优惠券,通过接入淘宝联盟、京东联盟、拼多多(多多进宝)、苏宁联盟(苏宁推客)、唯品会及其对应的开放平台,获取优惠商品图片和对应商品信息,利用微信机器人推送到指定群聊。
Stars: ✭ 313 (-12.08%)
Mutual labels:  bot
Wechatbotxposed
微信回复机器人,Xposed模块
Stars: ✭ 335 (-5.9%)
Mutual labels:  bot
Scavenger
Crawler (Bot) searching for credential leaks on different paste sites.
Stars: ✭ 347 (-2.53%)
Mutual labels:  bot
Clause
🏇 聊天机器人,自然语言理解,语义理解
Stars: ✭ 323 (-9.27%)
Mutual labels:  bot
Wechaty Getting Started
A Starter Project Template for Wechaty works out-of-the-box
Stars: ✭ 330 (-7.3%)
Mutual labels:  bot
Repairnator
Software development bot that automatically repairs build failures on continuous integration. Join the bot revolution! 🌟🤖🌟💞
Stars: ✭ 340 (-4.49%)
Mutual labels:  bot
Auto Tinder
🖖 Train an artificial intelligence to play tinder for you
Stars: ✭ 318 (-10.67%)
Mutual labels:  bot
Nonebot2
跨平台Python异步机器人框架
Stars: ✭ 344 (-3.37%)
Mutual labels:  bot
Yabridge
A modern and transparent way to use Windows VST2 and VST3 plugins on Linux
Stars: ✭ 329 (-7.58%)
Mutual labels:  wine
Snips Nlu
Snips Python library to extract meaning from text
Stars: ✭ 3,583 (+906.46%)
Mutual labels:  bot
Winerama Recommender Tutorial
A wine recommender system tutorial using Python technologies such as Django, Pandas, or Scikit-learn, and others such as Bootstrap.
Stars: ✭ 324 (-8.99%)
Mutual labels:  wine
Insomniac
Instagram bot for automated Instagram interaction using Android device via ADB
Stars: ✭ 324 (-8.99%)
Mutual labels:  bot
Lightnovel Crawler
Download and generate e-books from online sources.
Stars: ✭ 344 (-3.37%)
Mutual labels:  bot
Slack Meme
A Meme Bot for Slack.
Stars: ✭ 322 (-9.55%)
Mutual labels:  bot
Supreme Auto Checkout
Supreme Auto Checkout is a free Google Chrome extension bot to checkout automatically on Supreme online shops
Stars: ✭ 348 (-2.25%)
Mutual labels:  bot
Docker Wine
Docker image that includes Wine and Winetricks for running Windows applications on Linux and macOS
Stars: ✭ 313 (-12.08%)
Mutual labels:  wine
Tgbot
Modular telegram group management bot
Stars: ✭ 334 (-6.18%)
Mutual labels:  bot
Shieldy
@shieldy_bot Telegram bot repository
Stars: ✭ 351 (-1.4%)
Mutual labels:  bot
Go Instabot
Automatically follow, like, and comment on instagram
Stars: ✭ 345 (-3.09%)
Mutual labels:  bot
Intelligo
🤖 Chatbot Framework for Node.js.
Stars: ✭ 347 (-2.53%)
Mutual labels:  bot

docker-wine-coolq

Build GitHub release GitHub Docker pulls Image Size

2020-7-29 由于技术限制,酷Q on Docker 未来可能将无法使用。建议使用 Windows 10 / Windows Server 2016 及以上版本的系统运行 酷Q。


docker-wine-coolq 可以使你通过 Wine 在 Docker 容器中运行 酷Q Air 或 酷Q Pro。本项目仅对 x86_64 平台提供支持,暂不支持树莓派、路由器等 Arm 架构硬件。

即使该 dockerfile 仓库使用 GPL 发布,其中下载的软件仍然遵循其最终用户使用许可协议,请确认同意协议后再进行下载使用。

随着版本更新,wine 的 酷Q 并不保证总是可用。若你遇到不可用问题,在严格按照下述步骤执行后仍可复现,请在 社区 反馈。

下载使用

如果你在服务器上使用 docker 或者和 docker 兼容的服务,只需执行:

docker pull coolq/wine-coolq
mkdir coolq && cd coolq
docker run --rm -p 9000:9000 -v `pwd`:/home/user/coolq coolq/wine-coolq

即可运行一个 wine-coolq 实例。运行后,访问 http://你的IP:9000 可以打开一个 VNC 页面,输入 MAX8char 作为密码后即可看到一个 酷Q Air 已经启动。

酷Q 和其数据文件会保存在容器内的 /home/user/coolq 文件夹下,映射到主机上则为上述命令第二步创建的文件夹。调整 -v 的参数可以改变主机映射的路径。

常用示例

使用酷Q Pro

# 请先自行删除老的 coolq 目录
mkdir coolq
docker run --name=coolq -d -p 9000:9000 -v `pwd`/coolq:/home/user/coolq -e COOLQ_URL=http://dlsec.cqp.me/cqp-full coolq/wine-coolq

设置 VNC 密码

docker run --name=coolq -d -p 9000:9000 -v `pwd`/coolq:/home/user/coolq -e VNC_PASSWD=12345678 coolq/wine-coolq

环境变量

在创建 docker 容器时,使用以下环境变量,可以调整容器行为。

  • VNC_PASSWD 设置 VNC 密码。注意该密码不能超过 8 个字符。
  • COOLQ_ACCOUNT 设置要登录 酷Q 的帐号。在第一次手动登录后,你可以勾选“快速登录”功能以启用自动登录,此后, docker 容器启动或 酷Q 异常退出时,便会自动为你登录该帐号。
  • COOLQ_URL 设置下载 酷Q 的地址,默认为 http://dlsec.cqp.me/cqa-tuling,即 酷Q Air 图灵版。请确保下载后的文件能解压出 酷Q Air/CQA.exe酷Q Pro/CQP.exe
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].