grant-hub icon indicating copy to clipboard operation
grant-hub copied to clipboard

python client for grant-hub

Open owocki opened this issue 3 years ago • 1 comments

Is your feature request related to a problem? Please describe. i would like to programmatically pull down all grants on the grants hub using my python command line. this will allow me to do nice things like upload them to other grants programs via notions api, or clrfund's api, or giveth api.

Describe the solution you'd like a python client that pulls down grants from the grants hub + prints them to screen.

Describe alternatives you've considered n/a

Additional context nothing

owocki avatar Nov 01 '22 14:11 owocki

You can use the graph endpoints to fetch data:

https://github.com/gitcoinco/grants-round/tree/main/packages/graph

codenamejason avatar Nov 01 '22 15:11 codenamejason