Open-Source-Project-Collaboration / osc-bot

A discord bot that automates the process of voting on and creating projects and GitHub teams.
1 stars 1 forks source link
bot discord

OSC-Bot

A bot that automates the process of suggesting project ideas, voting on them and creating GitHub teams and repos. http://discord.link/opensourcecollab

Running it

  1. Get your stuff organized:

    $ python3 -m venv env
    $ source env/bin/activate
    (env) $ # You should see the (env)!
  2. Get your deps installed

    (env) $ pip install -r requirements.txt
  3. Run the project

    (env) $ python src/main.py
    I'm alive, my dear human :)

Development

Docs are here. Upon any feature request/bugs create an issue please.