glozow / DrahtBot

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

install

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

example cmd

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

About

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


Languages

Language:Rust 62.8%Language:Python 37.2%