Skip to content

Skchoudhary/review-board

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

review-board

Python Project to get the list of all the pull requests made to your repository. It has plugins for all popular websites like Github, Gitlab, Gerrit and Pagure.

How to setup

  • Install the virtualenv package using pip

Linux

pip3 install virtualenv

Windows

pip install virtualenv
  • Setup a virtual environment
virtualenv myenv
  • Activate the virtual environment

Linux

source myenv/bin/activate

Windows

myenv\Scripts\ activate
  • Install all the needed packages using pip.

Linux

pip3 install -r requirement.txt

Windows

pip install -r requirement.txt

How to run

Just run the app.py file along with the following flags:

--site - the website you want to get data from.

--username - username.

--repo - name of the repository.

Linux

python3 app.py --site github --username user --repo repo_name

Windows

python app.py --site github --username techytushar --repo repo_name

Licensing

review-board is licensed under GPL-3.0. See LICENSE for the full license text.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%