Code Monkey home page Code Monkey logo

wechat-robot's Introduction

设计灵感

没啥,被女朋友吐槽整天就知道写代码,人家程序员男朋友还知道做个微信聊天机器人陪女朋友聊天等等等。机器人我写不了,但是我可以调用别人家的机器人然后说是我写的呀。微信聊天也有现成的库,废话不多说,直接开撸,写了一会儿偶然发现了一个兄弟项目 EverydayWechat(做的比我好,抄一点🙈)。

主要依赖库

功能

  • 定时给女朋友发送微信消息
  • 陪聊机器人

数据来源

使用

  • 安装依赖
$ pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple/
  • 运行
$ python main.py

Docker

  • 构建镜像
$ docker build --no-cache -t nekolr/wechat-robot:0.0.1 .
  • 运行容器(需要调整时区)
$ docker run --name wechat-robot -dit \
        -e TZ="Asia/Shanghai" \
        --network=host \
        nekolr/wechat-robot:0.0.1
  • 查看日志(这样才可以扫码)
docker logs -f wechat-robot

wechat-robot's People

Contributors

nekolr avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.