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

https://github.com/rye/skylark

A simple LDAP scraper
https://github.com/rye/skylark

Last synced: about 1 year ago
JSON representation

A simple LDAP scraper

Awesome Lists containing this project

README

          

# skylark [![Gem Version](https://badge.fury.io/rb/skylark.svg)](https://badge.fury.io/rb/skylark) [![Build Status](https://travis-ci.org/rye/skylark.svg?branch=master)](https://travis-ci.org/rye/skylark) [![Code Climate](https://codeclimate.com/github/rye/skylark/badges/gpa.svg)](https://codeclimate.com/github/rye/skylark) [![Test Coverage](https://codeclimate.com/github/rye/skylark/badges/coverage.svg)](https://codeclimate.com/github/rye/skylark/coverage)

Skylark is a simple CLI-based LDAP scraper whose intended purpose is to
dump an entire LDAP search base out into a bunch of JSON files based
on the LDIF data dumped by the LDAP server. More precisely, every
object in the database gets its own JSON file.

## Installation/Setup

Just clone the repository, cd into it, and run the following commands:

```console
$ bundle install
$ bundle exec script/scrape config/.yml
```