marvelapp / BotBot

Create and view Marvel projects directly in Slack (Built w/ Swift)

Home Page:https://botbot.marvelapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BotBot πŸ€–

BotBot is an open-source Slackbot for Marvel - a design collaboration platform that brings ideas to life.

Go to BotBot and install

BotBot allows you and your team to create, view and manage Marvel projects directly inside of Slack.

Why it's so amazing

  • Anyone in your team can quickly pull up a list of Marvel projects without leaving Slack by typing /projects
  • Create a project in seconds by typing /create-project
  • Add people to projects by typing /add-people
  • Or just grab the code and roll your own bot

Built using the Marvel GraphQL API - get started here.

Questions? Hit us up on Twitter

πŸŽ’ Before building (dependencies)

  • Install Xcode
  • Install Vapor Toolbox
  • Run vapor xcode -y, this will create & open the Xcode project
  • Run brew install mysql followed by mysql_secure_installation to set up a database
  • Create a MySQL database called marvel, e.g. using the mysql CLI: CREATE DATABASE marvel;
  • Change the Config/mysql.json credentials

🚧 Building

πŸ’Ÿ Heroku:

  • Add a ClearDB MySQL Database in Heroku
  • Add the Config Variables that are found in the Procfile
  • Deploy using git push heroku master

πŸ“– Documentation

Visit the Vapor web framework's documentation for instructions on how to use this package.

About

Create and view Marvel projects directly in Slack (Built w/ Swift)

https://botbot.marvelapp.com

License:MIT License


Languages

Language:Swift 88.9%Language:CSS 10.7%Language:JavaScript 0.4%