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
- Host: GitHub
- URL: https://github.com/rye/skylark
- Owner: rye
- License: mit
- Created: 2017-07-05T15:33:18.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-10-13T20:09:28.000Z (over 6 years ago)
- Last Synced: 2025-03-01T23:47:05.815Z (over 1 year ago)
- Language: Ruby
- Size: 47.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# skylark [](https://badge.fury.io/rb/skylark) [](https://travis-ci.org/rye/skylark) [](https://codeclimate.com/github/rye/skylark) [](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
```