Skip to content

A Python web bot for automatically posting "Tests?" to github pull requests lacking enough tests

Notifications You must be signed in to change notification settings

robertzk/meyerbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

meyerbot

A Python web bot for automatically posting "Tests?" to github pull requests lacking enough tests

Instructions

To run the bot on a regular schedule, create a Python file with the following code.

from meyerbot import *

mb = MeyerBot("<botuser>", "<password>", "<org/user>", "<repo>")
mb.post()

Add your appropriate secret credentials. You can add a cron job like the following to run it every five minutes.

*/5 * * * * * /usr/local/bin/python /path/to/meyerbot/run.py

About

A Python web bot for automatically posting "Tests?" to github pull requests lacking enough tests

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages