Metadata-Version: 2.1
Name: sensitibot
Version: 1.0.0
Summary: A Python bot to detect data leaks on public repositories
Author: José Manuel Martín Luque
Author-email: josemanuelmartinluque@outlook.com
Requires-Python: >=3.11,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: XlsxWriter (>=3.1.0,<4.0.0)
Requires-Dist: openpyxl (>=3.1.2,<4.0.0)
Requires-Dist: pandas (>=2.0.2,<3.0.0)
Requires-Dist: python-dotenv (>=1.0.0,<2.0.0)
Requires-Dist: requests (>=2.28.2,<3.0.0)
Requires-Dist: sqlalchemy-access (>=2.0.2,<3.0.0)
Requires-Dist: tqdm (>=4.62.3,<5.0.0)
Project-URL: Documentation, https://github.com/TFG-SensitiBot/SensitiBot/wiki
Project-URL: Homepage, https://pypi.org/project/sensitibot/
Project-URL: Source, https://github.com/TFG-SensitiBot/SensitiBot
Description-Content-Type: text/markdown

## Introduction
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 sensitibot using pip. It is advisable to do this in a Python virtualenv without system packages:
```
$ pip install sensitibot
```

> **Note:** Other methods of installation can be found in the [installation instructions](https://github.com/TFG-SensitiBot/SensitiBot/wiki/Installation).


## Documentation
The documentation can be found at: [SensitiBot's Wiki](https://github.com/TFG-SensitiBot/SensitiBot/wiki)

