Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 802 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 802 Bytes

Automated Inventory Reporting System

GitHub Super-Linter

Purpose

Currently, Reports provided from SnipeIT need to be manually configured each time. AIRS intends to make it easier by configuring once and running it on a regular schedule. This will assist in Auditing and reduce man hours taken on configuring and cleaning reports.

Usage

  1. Run pip install -r requirements.txt To install Depenedencies(See Below)
  2. Run setup.py install
  3. Run main.py
  4. When prompted enter API Key and domain

Dependencies

  1. Numpy
  2. Pandas
  3. Requests