Hashnode

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

docs : here

Dependenies

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