Git Product home page Git Product logo

reminderbot's Introduction

What it is.

As indicates its name this project is a reminder bot. Its created to use in Google Chat using REST API.

For who.

Anyone that uses Google Chat.

What is needed to build and use it.

  1. A google service account and a private key. More info here and here.
  2. A server to host it and a database.
    As environment variables needs :
    a) Bot name
    b) Path of the private key
    c) Credentials for the connection with database

How to use it.

The current functionality that this bot supports after you invite it is the following:

  1. Set a reminder
    a) For you
    @bot remind me what at 16/3/2019 16:33
    @bot remind me what in 1 minute
    b) For anyone in the current room
    @bot remind @George Papakis what at 16/3/2019 16:33
    c) All in the current room
    @bot remind @all what at 16/3/2019 16:33
    d) All in any other room that bot is invited
    @bot remind #roomName what at 16/3/2019 16:33

  2. Set timezone
    a) For each reminder
    @bot remind me 'what' at 16/03/2019 16:33 Athens
    b) If previews omitted set timezone for each user in every reminder he sets
    @bot set my timezone to athens
    c) If previews omitted set timezone for every user in the current domain
    @bot set global timezone to Paris
    d) By default it uses GMT

  3. Show my reminders and timezone
    a) For each user shows reminders that will notify him.
    @bot list
    Example:
    1) ID:23 what:' Something to do ' When: 23/01/2019 18:20 Europe/Athens
    b) To show your timezone and global timezone simply do
    @bot timezones

  4. Delete a reminder
    a) For each user, using a reminders id.
    @bot delete 323

  5. Show current version of the bot
    a) For each user, using a reminder version.
    @bot version

  6. change bot configurations like this
    a) For bot configurations.
    @bot config set key value
    b) For listing all configurations
    @bot config

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.