Pranay144 / python-hashnode

An minimalistic and simple wrapper for the hashnode GraphQL API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hashnode

This is a wrapper around the hashnode GraphQL API using python.

docs : here

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

hashnode = Hashnode("myapitoken")

hashnode.get_feed("COMMUNITY")
# a response object containing your feed for the community section

installation

pip install hashnode

Made by Josias Aurel (me)

Contributors welcome

About

An minimalistic and simple wrapper for the hashnode GraphQL API

License:MIT License


Languages

Language:Python 100.0%