Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 606 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 606 Bytes

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)!
  1. Get your deps installed
(env) $ pip install -r requirements.txt
  1. 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.