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.
- Host: GitHub
- URL: https://github.com/panquesito7/eddiehub
- Owner: Panquesito7
- License: mit
- Created: 2021-09-13T17:34:25.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-25T11:00:12.000Z (about 4 years ago)
- Last Synced: 2025-01-22T08:35:03.843Z (12 months ago)
- Language: Python
- Homepage: https://pypi.org/project/eddiehub/
- Size: 43 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)
---