Skip to content
José Manuel Martín Luque edited this page Jun 6, 2023 · 3 revisions

Introduction

Welcome to the SensitiBot wiki!

SensitiBot is a Python bot that detects data leaks on public repositories.

It was conceived as a project for the Software Engineering degree final project.

Getting Started

Install openpyxl using pip. It is advisable to do this in a Python virtualenv without system packages:

$ pip install sensitibot

Note: Other methods of instalation can be found in the installation instructions.

Usage

Troubleshooting

Best Practices

It is advisable to provide the branch name when analazing a single repository to reduce the number of calls made to the GitHub API.

Changelog

License and Legal

Additional Resources

Clone this wiki locally