Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/JosiasAurel/python-hashnode
An minimalistic and simple wrapper for the hashnode GraphQL API
https://github.com/JosiasAurel/python-hashnode
Last synced: 9 days ago
JSON representation
An minimalistic and simple wrapper for the hashnode GraphQL API
- Host: GitHub
- URL: https://github.com/JosiasAurel/python-hashnode
- Owner: JosiasAurel
- License: mit
- Created: 2020-12-24T17:09:13.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-25T13:11:51.000Z (almost 4 years ago)
- Last Synced: 2024-10-11T09:14:05.079Z (2 months ago)
- Language: Python
- Size: 48.8 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - JosiasAurel/python-hashnode - An minimalistic and simple wrapper for the hashnode GraphQL API (Python)
README
# Hashnode
This is a wrapper around the hashnode GraphQL API using python.
docs : [here](https://josiasaurel.github.io/python-hashnode)
### Dependenies
- Python 3.8 (but could work with older versions >3.4)
- requests
- graphql-core
- gql installation: `pip install --pre gql[all]`This implements a hasnode class that could be used as such
```python
hashnode = Hashnode("myapitoken")hashnode.get_feed("COMMUNITY")
# a response object containing your feed for the community section
```## installation
```shell
pip install hashnode
```Made by Josias Aurel (me)
Contributors welcome