A bot that automates the process of suggesting project ideas, voting on them and creating GitHub teams and repos. http://discord.link/opensourcecollab
Get your stuff organized:
$ python3 -m venv env
$ source env/bin/activate
(env) $ # You should see the (env)!
Get your deps installed
(env) $ pip install -r requirements.txt
Run the project
(env) $ python src/main.py
I'm alive, my dear human :)
Docs are here. Upon any feature request/bugs create an issue please.