Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/maripasa/docu-check

A playground for testing various Python functionalities, including Selenium automation and web scraping techniques.
https://github.com/maripasa/docu-check

python python3 selenium selenium-python selenium-webdriver

Last synced: about 1 month ago
JSON representation

A playground for testing various Python functionalities, including Selenium automation and web scraping techniques.

Awesome Lists containing this project

README

        

# Docu-Check

Docu-Check is a command-line tool designed to automate the verification of documents related to Brazilian companies using their CNPJ.

## Installation

To install Docu-Check, follow these steps:

1. Clone the repository:

`git clone https://github.com/your-username/docu-check.git`

2. Install the required dependencies:

`pip install -r requirements.txt`

## Requirements

Docu-Check requires the following Python libraries:

- selenium
- webdriver_manager
- tabulate
- python >= 3.12

## Usage

After installation, you can run Docu-Check from the command line:

`docucheck --email [email protected] --cnpj 1234567890`

## Features

- Automates document verification for Brazilian companies.
- Uses CNPJ for document identification.
- Provides a command-line interface for easy access.

## License

This project is licensed under the MIT License - see the LICENSE file for details.