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

https://github.com/git-user-cpp/spynix

It's a mirror of rapid unix system & hardware info scraper
https://github.com/git-user-cpp/spynix

ansi-c c c-programming hardware hardware-information information-extraction linux spynix unix

Last synced: 2 months ago
JSON representation

It's a mirror of rapid unix system & hardware info scraper

Awesome Lists containing this project

README

          

# spynix
---

rapid unix system & hardware info scraper

---
![logo](https://github.com/git-user-cpp/spynix/assets/61907955/dcdf5731-2edb-4641-9afa-e1c30ebed833)
---

Copyright 2024 Andrew Kushyk

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

---

![GitLab Release](https://img.shields.io/gitlab/v/release/git-user-cpp%2Fspynix?display_name=release&date_order_by=released_at&style=flat-square&logo=gitlab)
![GitLab Stars](https://img.shields.io/gitlab/stars/git-user-cpp%2Fspynix?style=flat-square&logo=gitlab)

![GitLab Contributors](https://img.shields.io/gitlab/contributors/git-user-cpp%2Fspynix?style=flat-square&logo=gitlab) ![GitLab Last Commit](https://img.shields.io/gitlab/last-commit/git-user-cpp%2Fspynix?style=flat-square&logo=gitlab)

![GitLab License](https://img.shields.io/gitlab/license/git-user-cpp%2Fspynix?style=flat-square&logo=gitlab)

---

![spynix](https://github.com/git-user-cpp/spynix/assets/61907955/a7e8420b-04fc-4ba7-bc31-a2e13afbcb08)

---

## How to use this app

1) **The program is designed for Linux, so avoid using other systems or redesign the program to avoid errors.**

2) Download *all* files and put them in a one directory.

3) Enter the directory.
```
cd /path_to/spynix
```

4) Compile and run the program with *make*.
- Compilation example
```
make spynix
```
5) Launch the app to see all available options.
```
./spynix --help
```
---

## How to conrtibute

- [Read contributing instruction](https://github.com/git-user-cpp/spynix/blob/main/doc/CONTRIBUTING.rst)

---