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

https://github.com/panquesito7/eddiehub

A EddieHub API python package.
https://github.com/panquesito7/eddiehub

Last synced: 10 months ago
JSON representation

A EddieHub API python package.

Awesome Lists containing this project

README

          

```
Made with Python3
(C) @FayasNoushad
Copyright permission under MIT License
License -> https://github.com/FayasNoushad/EddieHub/blob/main/LICENSE
```

---

## Installation

```
pip install EddieHub
```

---

## Note

- If user not joined on [EddieHub Community](https://github.com/EddieHubCommunity) please join first via [EddieHub Community Support](https://github.com/EddieHubCommunity/support).
- Don't forget after joining to make it public. Click [here](https://github.com/orgs/EddieHubCommunity/people) and change visibility.
- Add your data on [EddieHubCommunity/Linkfree](https://github.com/EddieHubCommunity/Linkfree)

---

## Usage

About EddieHub: For json result about EddieHub

```python
import eddiehub

print(eddiehub.eddiehub())
```

About Member: For json result about member of EddieHub

```python
import eddiehub

print(eddiehub.member("FayasNoushad"))
```

---

## Credits

- [Fayas Noushad](https://github.com/FayasNoushad)
- [Eddie Jaoude](https://github.com/eddiejaoude)
- [EddieHub Community](https://github.com/EddieHubCommunity)

---