Skip to content
forked from maflcko/DrahtBot

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

License

Notifications You must be signed in to change notification settings

fanquake/DrahtBot

 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 89.3%
  • Python 10.7%