Giter Club home page Giter Club logo

vetmanager-botman's Introduction

Vetmanager Botman

GitHub CI

Vetmanager Botman

About BotMan Studio

While BotMan itself is framework agnostic, BotMan is also available as a bundle with the great Laravel PHP framework. This bundled version is called BotMan Studio and makes your chatbot development experience even better. By providing testing tools, an out of the box web driver implementation and additional tools like an enhanced CLI with driver installation, class generation and configuration support, it speeds up the development significantly.

Documentation

You can find the BotMan and BotMan Studio documentation at http://botman.io.

Functions

  • Authorization
  • Check own admissions
  • Check doctors timesheets
  • Notifications
  • Rating and review

For contributors

Run docker

docker-composer build
docker-compose up

Make commands

#run conversations tests
make botman-tests

#run unit tests
make unit

#build docker containers
make build

#start the server
make serve

#enter into php-fpm
make exec

#stop the server
make down

Other commands

#connecte to php
make exec

Heroku

  1. Add clear db addon
heroku addons:add cleardb:ignite โ€“a(my_app_name_goes_here)

After you can use CLEARDB_DATABASE_URL in envs, and you can connect remotely

CLEARDB_DATABASE_URL => mysql://[username]:[password]@[host]/[database name]?reconnect=true

  1. Run migrations
heroku run -a(my_app_name_goes_here)  bash 
#after
php artisan migrate
#than yes

Telegram

For contributors

`

  1. Go to @BotFather in Telegram
  2. Press /newbot
  3. Enter bot data, for devs vetmanager-botman-$username
  4. Run server make serve
  5. Start tunnelling with ngrok ngrok http 8080
  6. https://api.telegram.org/bot/setWebhook?url=https://5e86b344.ngrok.io/botman

Where token is authtoken from @GodFather `

Contributing

  1. No default value for constructor arguments. It is wrong code __construct($user = null)

vetmanager-botman's People

Contributors

danilyer228 avatar otis22 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.