Skip to content

Latest commit

 

History

History
71 lines (45 loc) · 2.36 KB

README.md

File metadata and controls

71 lines (45 loc) · 2.36 KB

ADPeeper

ADPeeper is a Python 3 / FastAPI app that exports ADP HR worker data to CSV and/or JSON for consumption in third-party systems. Additionally, ADPeeper can be configured to directly synchronize worker data to Active Directory users.

TL;DR - Windows

Start with checking out the project's official repository using git. The official repository can be cloned from https://github.com/AzorianSolutions/adpeeper.git.

cd C:/Path/To/Project/Root
python3 -m venv venv
venv\Scripts\activate
pip install -e .
copy deploy\config\defaults.env deploy\config\production.env

Edit the default settings as needed in deploy\config\production.env.

Then, run the following commands each time you want to activate the project for use:

cd C:/Path/To/Project/Root
venv\Scripts\activate
for /F %A in (deploy\config\production.env) do SET %A
python src/toolio.py

More detail coming eventually!

Project Documentation

Configuration

ADPeeper is configured via environment variables. Until I can provide more in-depth documentation of the project, please refer to the default values in deploy/config/defaults.env for a list of the environment variables that can be set.

To see the concrete implementation of the settings associated with the environment variables, please see the src/app/config.py file.

Contributing

This project is not currently accepting outside contributions. If you're interested in participating in the project, please contact the project owner.

Please see our Security Policy.

Please see our Support Policy.

Please see our Code of Conduct.

This project is released under the MIT license. For additional information, see the full license.

Like my work?

Buy Me A Coffee

Want to sponsor me? Please visit my organization's sponsorship page.