Giter Club home page Giter Club logo

callie's Introduction

Callie the Calendar Corgi

Callie is a slackbot that counts down the days to a given event. The way she works is extremely simple, and I've tried to support a variety of countdown-related functions. Everything is pretty much outta the box. I was surprised that there wasn't already a good countdown bot, but whatever.

Callie was originally written as a custom integration to be used by my friends and I. I extended her functionality and made her publicly available because I thought it would be fun. It is fun! But she is far from perfect, so please open up issues as they arise, and feel very free to contribute.

TODOs

  • Refactor message parsing to allow greater flexibility in commands
  • Figure out why Callie's initial welcome message doesn't always send (likely a channel permission issue)
  • Allow for time-based countdowns (i.e., set the event time as well as date)
  • ...
  • Profit

Install OOTB

Contribute

  1. fork this repo
  2. Set up your local environment
git clone <your forked repo>
cd <app directory>
heroku login
heroku create test-callie
  1. Make changes to code
  2. Setup a development app on Slack to test
  3. Add the following environment variables to heroku
    CALLIE - The username for the app
    PROD_DB - heroku config:get MONGODB_URI
    SLACK_CLIENT - from Slack
    SLACK_SECRET - from Slack
    SLACK_VERIFICATION_TOKEN - from Slack
  4. Push to your heroku test app and test
git push heroku
  1. Issue a pull request from your fork back to the parent repository

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.