Code Monkey home page Code Monkey logo

nycmeshbot's Introduction

NYCMeshBot

The NYCMeshBot is a Django based Slackbot.

Highlights

  • Docker based for easy and repeatable dev and prod deployments
  • Django based, making it easy for Python developers to contribute
  • Interacts with the NYCMesh API
  • Supports Interactive actions in a post
  • Supports Slack Modal Windows (40% complete)

Development

If you're looking to help with development, fork the repo and use Git Flow model to create new feature branches for each new feature you add. develop branch is the default branch and should be considered unstable. All feature/release branches use develop as the base, NOT master. Master branch is only used for tagging new releases and should be considered stable. Hotfix branches will base from master and should be merged into master and back-merged into develop. Any PR's that are submitted should PR against either develop or any relevant release/ branch.

You will need docker to stand up your development environment, unless you really want to do it the harder way and build a server/vm. Once you clone the repo, you'll automatically be in the develop branch. To stand up the dev environment, just run

docker-compose -f docker-compose.dev.yml build
docker-compose -f docker-compose.dev.yml up -d

You can then access the bot API over http://localhost:8000

Deployment

When we're ready to deploy a new release, the release/ branch is merged into master and back-merged into develop. Clean up any merge conflicts. Then tag the release and push the tags to the repo. Once a new tag is published, Github Actions will login to the server and auto-build the new containers, then deploy them. You can see how this works by viewing the action yourself.

nycmeshbot's People

Contributors

loganbest avatar daftred avatar carlos-guzman avatar dependabot[bot] 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.