GithubHelp home page GithubHelp logo

ippanpeople / fully-automatic-line-commercial-robot Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 4.7 MB

License: MIT License

Dockerfile 1.74% Python 94.05% Shell 1.48% Mako 2.72%
dockerfile flask line-bot-sdk

fully-automatic-line-commercial-robot's Introduction

Fully automatic LINE commercial robot

About this project

  • Webhook Event Objects
MessageEvent(訊息)
type
mode
timestamp
source:Source
reply_token
message:Message
FollowEvent(加入, 解除封鎖)
type
mode
timestamp
source:Source
reply_token
UnfollowEvent(封鎖)
type
mode
timestamp
source:Source
  • types of messages:
    • text (used)
    • sticker (used)
    • image (used)
    • video
    • audio
    • location (used)
    • imagemap (<3)
    • template (<3)
    • flex (excellent)

Detail

- app.py : main program
- line_bot_api.py : related modules

How to use

  1. use Dockerfile build env image
docker build -t rakunabe .
  1. create project file
mkdir app.py
  1. use line-bot-sdk supply code to build basic flask server
  1. run your project in the container
docker run --name rakunabe -p 5002:5002 --restart=always -v /root/Fully-automatic-LINE-commercial-robot:/app -d rakunabe
  1. check container normal executed or not
docker container ps | grep rakunabe
docker logs rakunabe

fully-automatic-line-commercial-robot's People

Contributors

ippanpeople avatar

Watchers

 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.