Skip to content

Latest commit

 

History

History
45 lines (25 loc) · 708 Bytes

README.md

File metadata and controls

45 lines (25 loc) · 708 Bytes

github-bot

Easy bot for star-ing or branch-ing a bunch of repositories given a query. Using pyGithub library.

Usage

Branch repos containing a query (-q):

python main.py -u {USERNAME} -p {PASSWORD} -o branch -q {QUERY}

Star repos containing a query (-q):

python main.py -u {USERNAME} -p {PASSWORD} -o star -q {QUERY}

Examples

Screenshot

Screenshot

Requirements

Python 2.x:

pip install -r install/requirements.txt

Python 3.x:

pip3 install -r install/requirements.txt

Note

Tested both in Python2.x (2.7.15rc1) and Python 3.x (3.6.7)