Giter Site home page Giter Site logo

helpdeskbot's Introduction

HelpDesk Bot

A Python Telegram Bot that works as a helpdesk software.

When a client sends a support message to the bot, it forwards the message to you or your company's group and you can reply it. Replying the message makes the bot reply the client.

  1. The client talks to the bot.
    The client talks to the bot screenshot

  2. The company receives the message and replies it.
    The company receives the message and replies it screenshot

  3. The client receives the answer and the process continues.
    The client receives the answer screenshot

Installation

  1. Install the requirements
    $ pip install -r requirements.txt
    $ sudo apt-get install redis-server
  1. Setup your bot token and the chat to which it will forward messages in the config.ini file.

  2. Run the redis-server

    $ redis-server
  1. In another instance, open the Python shell and run:
    from main import updater
    updater.start_polling()

As long as you want your bot responding, keep this running. When you want to stop, just run:

    updater.stop()

PS: Keep in mind that you will have to generate the locale .mo files.

Contribute

Copyright (C) 2016 Júlia Rizza & licensed under MIT License

helpdeskbot's People

Contributors

juliarizza avatar

Watchers

James Cloos 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.