maflcko / DrahtBot

Experimental bot scripts to help to maintain large open source projects. Also includes Bitcoin Core related scripts.
MIT License
10 stars 6 forks source link

Experimental bot scripts to help maintainers of large open source projects. Also includes some Bitcoin related scripts.

example cmd

( cd rerun_ci && cargo run -- --help )

install (python scripts only)

virtualenv --python=python3 ./env_3
source ./env_3/bin/activate
pip install pygithub
#pip install github3.py
pip install mwclient