Giter VIP home page Giter VIP logo

messagesenderbot's Introduction

ViberBot

This is a small Viber BOT project implemented in Python with the Flask framework to make webhooks that can be called by the Viber server if users interacted with Viber bot.

Tech :

1. MySQL
  1. Python - Flask

Features:

  1. Can send multiple messages to all Viber users who have subscribed to the bot at once.

  2. Messages can be sent to multiple subscribers by sending them directly to the Viber Bot only from the admin Viber account.

  3. Messages sent to Viber Bot from users are routed directly to the ADMIN Viber account.

  4. Event information, such as unsubscriptions, subscriptions, and messages sent to BOT, is directly sent to Admin Viber account.

Project Structure

  • config: Configuration files and settings.
  • interface: User interface components.
  • models: Data models and business logic.
  • service: Service layer for handling business logic.
  • app.py: Main application file.
  • requirements.txt: List of project dependencies.
  • Dockerfile: Docker configuration for containerization.
  • values.py: Additional configuration values.

NOTE: The server should run on HTTP(S), not HTTP. The Viber API strictly requires HTTPS connection.

Installation and Setup

Docker is required.

Go to project root direcotry and run

docker build -t viberbot .

After image is created run

docker run -d -p 5000:5000 --name bot --restart always --env-file .env viberbot

Demo Images:

messagesenderbot's People

Contributors

rupysdxe 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.