Skip to content

Commit

Permalink
Merge pull request #194 from near/pagoda-updates
Browse files Browse the repository at this point in the history
Fix the scraper, update Pagoda page
  • Loading branch information
ewiner authored Apr 19, 2024
2 parents cf91742 + 2115d5e commit 28185fe
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.7"]
python-version: ["3.12"]

steps:
- name: checkout repo content
Expand All @@ -22,8 +22,8 @@ jobs:
- name: setup python
uses: actions/setup-python@v2
with:
python-version: '3.7.7' # install the python version needed
python-version: '3.12.3' # install the python version needed

- name: scrape md to json
run: |
python scrape.py
Expand All @@ -33,7 +33,7 @@ jobs:
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
git add -A
git commit --allow-empty -m "update data" -a
git commit --allow-empty -m "update entities.json" -a
- name: push changes
uses: ad-m/[email protected]
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Contributions: send PR to add your organization with responsibility and contact
| - | - | - |
| [NEAR Foundation](https://near.foundation) | Coordinating and funding the NEAR ecosystem development | [People](nf_people.md) |
| [NEAR Foundation/Horizon](https://www.hzn.xyz/) | Horizon is an 8 week equity-free accelerator that provides multi-faceted support for early stage Web3 projects | [Apply to next cohort](https://www.hzn.xyz/hzn) |
| [Pagoda](https://pagoda.co) | Development of various core components of NEAR ecosystem | [Contact](pagoda_people) |
| [Pagoda](https://pagoda.co) | Development of various core components of NEAR ecosystem | [Contact](pagoda_people.md) |
| NEAR One | Protocol development team, maintainers of [nearcore](https://github.com/near/nearcore) | [Zulip chat](https://near.zulipchat.com/) |
| [NEAR Dev Hub](https://neardevhub.org/) | Supporting open source development on NEAR from developer education to maintaining core components | [Create proposal](https://near.social/devhub.near/widget/app?page=create-proposal) |
| [NEARWEEK](https://near.org/nearweekapp.near/widget/nearweek.com) | The Official NEAR Newsletter & Community Platform ⋈ Research. Development. Aggregation. Curation. | [Request support](https://4efdmh2cgdi.typeform.com/to/FJwHsvsW?typeform-source=docs.nearweek.com) |
Expand All @@ -21,6 +21,8 @@ Contributions: send PR to add your organization with responsibility and contact
| [Mintbase](https://mintbase.xyz/) | NFT Creator suite, market, and [developer templates](https://templates.mintbase.xyz/) to build AI + NFT apps fast| [Apply for Grants](https://github.com/Mintbase/Grants-Program) |
| [Potlock](https://app.potlock.org/) | Open funding and impact tracking stack on NEAR dedicated to publicgoods | [Community Chat](https://potlock.org/community) |

We also maintain a database of all entities in the NEAR ecosystem; see the [Ecosystem Readme](ecosystem.md) for more information.

## Work groups

| Work group | Responsibility | Contact |
Expand All @@ -32,4 +34,3 @@ Contributions: send PR to add your organization with responsibility and contact
| [Zero Knowledge Work Group](https://near.social/devhub.near/widget/app?page=community&handle=zero-knowledge&tab=about) | Responsible for decisions regarding Zero Knowledge related proposals | [Community Telegram](https://t.me/NearZeroKnowledge) |
| [Hackathon Work Group](https://near.social/devhub.near/widget/app?page=community&handle=hacks&tab=about) | Responsible for decisions regarding hackathons and technical event proposals | [Community Telegram](https://t.me/+Pdipk3olNgw3NWMy) |
| [Validators Work Group](https://near.social/devhub.near/widget/app?page=community&handle=validators&tab=about-us) | Responsible for decisions regarding validator related proposals and updates | [Community Telegram](https://t.me/joinchat/T12wrqSx66utgg-P) |

8 changes: 5 additions & 3 deletions pagoda_people → pagoda_people.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@

This document provides contact information for members of Pagoda.

Customer Support: https://nearhelp.zendesk.com/

## Members

### Technology
- Eric Winer, Chief Technology Officer: [email protected]
- Jim Berry, Director of Engineering: [email protected]
- Security: [email protected]
- Eric Winer, Chief Technology Officer: [[email protected]](mailto:[email protected]) or https://t.me/ericwiner
- Jim Berry, Director of Engineering: [[email protected]](mailto:[email protected])
- Security: [[email protected]](mailto:[email protected])

### Product
- Product, UX, and Data: [email protected]
Expand Down

0 comments on commit 28185fe

Please sign in to comment.