2020-03-18 10:59:19 -07:00
2020-03-21 15:10:06 -07:00
2019-02-02 09:19:05 -08:00

pipeline status

README

A discord bot written in python.

This project was used mainly to teach members of the discord channel about software development, docker, CI/CD, and for me to learn about project management

What does this bot do?

  • This is a chat bot of sorts that connects to our discord channel and interacts with us via chat commands
  • This bot has also been an ongoing learning experience for several members of the discord channel. With this bot, I have been able to teach the repo contributors:
    • Docker
    • Git
    • Python
    • CI/CD
    • Collaborative coding practices
    • Testing methodologies
    • Code Accountability

What is this repository for?

  • Here we track issues and collaborate on the bot

How do I get set up?

Installing docker

  • linux
    • as root (sudo -s)
    • curl -Ls get.docker.com | bash
    • Give yourself docker permissions sudo usermod -aG docker <your username>
  • OS X
    • curl -L get.macapps.link/en/docker | bash
    • open /Applicaitons/Docker.app
    • Complete the setup steps
  • Windows

Who do I talk to?

  • Bad dragon in discord
Description
My discord bot. A place for me to goof around with python and create value for shareholders
Readme 10 MiB
Languages
Python 98.3%
Smarty 1%
Dockerfile 0.4%
Makefile 0.3%