r1oga 2cd4575112 feat: get list of spaces filtered by followers count from snapshot.org (#5)
* chore: update .eslintignore

* feat:test: get spaces by min of followers

* lint

* fix: do filter using GitHub prop

This prop is not available in response from explore api endpoint.
Need to use a graphql query

* Add script

* format
2023-01-09 16:03:28 +01:00
2023-01-08 16:57:38 +01:00
2023-01-09 13:35:35 +01:00
2023-01-08 16:57:38 +01:00
2023-01-08 16:57:38 +01:00
2023-01-08 16:57:38 +01:00
2023-01-08 16:57:38 +01:00
2023-01-09 13:35:35 +01:00
2023-01-08 16:57:38 +01:00
2023-01-08 16:57:38 +01:00
2023-01-08 16:57:38 +01:00
2023-01-08 16:57:38 +01:00

GH Groups

Get list of GH users who contributed to the GitHub org of a given group of DAOs.

Usage

  • script: nps 'fetch -m <min followers amount> -s <group size>

  • node

    import { getSpaces} from './src/getSpaces'
    
    const spaces = await getSpaces({min, size})()
    
Description
No description provided
Readme MIT 788 KiB
Languages
TypeScript 97.4%
Dockerfile 1.4%
Shell 1.2%