GithubHelp home page GithubHelp logo

remi's Introduction

Remi

A containerized reminder microservice. Reminders can be set up at the command line or via http://pushbullet.com. Remi sends the reminder notifications via PushBullet. Remi is useful for setting quick reminders that can be received on both mobile or non-mobile devices.

Remi is built using Python, Flask, RabbitMQ, SQLite, and Docker.

Example Usage

The examples below will all set reminders. The syntax for setting reminders is identical on the command line and via the PushBullet web interface.

reminder 4h OPTIONAL_MESSAGE
reminder 1d4hr30m OPTIONAL_MESSAGE
reminder tomorrow OPTIONAL_MESSAGE
reminder 7pm OPTIONAL_MESSAGE
reminder 12:30am OPTIONAL_MESSAGE

Reminder Confirmation

When a reminder is successfully set, the output will look like the following.

Your reminder will be sent tomorrow at 9:00 AM

Deployment

Deploying remi involves setting $ENV_FILE and running docker-compose:

export ENV_FILE=$PWD/remi.env && docker-compose up

Below is the structure of $ENV_FILE:

REMI_CONFIG=/config.json
FLASK_SECRET_KEY=[SET ME]
PUSHBULLET_API_TOKEN=[SET ME]
REST_API_TOKEN=[SET ME]
RABBITMQ_DEFAULT_USER=[SET ME]
RABBITMQ_DEFAULT_PASS=[SET ME]

Documentation for getting a PUSHBULLET_API_TOKEN is here. REST_API_TOKEN is set by you. You can use command line tools like gpg or openssl to generate a unique API token.

Author

License

This project is licensed under the MIT License - see the LICENSE.md file for details

remi's People

Contributors

drewcm avatar

Stargazers

 avatar

Watchers

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