From 8a69fb5cccfab5debd80bc1787a8012e19ba19f9 Mon Sep 17 00:00:00 2001 From: Marco Vinciguerra Date: Mon, 28 Oct 2024 13:55:23 +0100 Subject: [PATCH] Update funding.json --- funding.json | 186 +++++++++++++++++++++++++++++++-------------------- 1 file changed, 113 insertions(+), 73 deletions(-) diff --git a/funding.json b/funding.json index 67e23635..2149bbaa 100644 --- a/funding.json +++ b/funding.json @@ -1,75 +1,115 @@ { - "version": "v1.0.0", - "entity": { - "type": "project", - "role": "maintainer", - "name": "ScrapeGraphAI", - "email": "mvincig11@gmail.com", - "phone": "", - "description": "We are dedicated to making web scraping and data extraction more accessible through AI-powered tools. Our mission is to democratize data access while respecting ethical guidelines and website policies.", - "webpageUrl": { - "url": "https://scrapegraphai.com" - } - }, - "projects": [ - { - "guid": "scrapegraph-core", - "name": "ScrapeGraphAI Core", - "description": "An AI-powered web scraping framework that intelligently extracts structured data from websites. Features include automatic pattern recognition, adaptive scraping strategies, and built-in rate limiting. It's a top 200 open source project about AI in the world.", - "repositoryUrl": { - "url": "https://github.com/scrapegraphai/core", - "wellKnown": "https://github.com/scrapegraphai/core/blob/main/.well-known/funding-manifest-urls" - }, - "licenses": ["spdx:MIT"], - "tags": ["web-scraping", "ai", "data-extraction", "python", "machine-learning", "open-source", "llm"] - } - ], - "funding": { - "channels": [ - { - "guid": "github-sponsors", - "type": "platform", - "address": "https://github.com/sponsors/scrapegraphai", - "description": "Support us through GitHub Sponsors with monthly contributions" - }, - { - "guid": "open-collective", - "type": "platform", - "address": "https://opencollective.com/scrapegraphai", - "description": "Join our Open Collective to support the project transparently" - } - ], - "plans": [ - { - "guid": "infrastructure", - "status": "active", - "name": "Infrastructure Support", - "description": "Help cover our monthly cloud infrastructure costs, including API servers, model hosting, and data storage.", - "amount": 750, - "currency": "USD", - "frequency": "monthly", - "channels": ["github-sponsors", "open-collective"] - }, - { - "guid": "development", - "status": "active", - "name": "Development Fund", - "description": "Support ongoing development, bug fixes, new features, and documentation improvements.", - "amount": 2500, - "currency": "USD", - "frequency": "monthly", - "channels": ["github-sponsors", "open-collective"] - }, - { - "guid": "community-support", - "status": "active", - "name": "Community Backer", - "description": "Support our open source work with any amount. Every contribution makes a difference!", - "amount": 5, - "currency": "USD", - "frequency": "monthly", - "channels": ["github-sponsors", "open-collective", "ko-fi"] - } - ] + "id": 0, + "guid": "", + "version": "", + "url": "", + "meta": {}, + "status": "", + "status_message": null, + "crawl_errors": 0, + "crawl_message": null, + "created_at": "0001-01-01T00:00:00Z", + "updated_at": "0001-01-01T00:00:00Z", + "entity": { + "type": "individual", + "role": "maintainer", + "name": "Marco Vinciguerra", + "email": "mvincig11@gmail.com", + "phone": "", + "description": "I'm dedicated to advancing web scraping and data extraction through AI-powered tools, focusing on making data access more accessible and ethical. My mission is to create solutions that uphold digital freedoms and support open internet principles.", + "webpageUrl": { + "url": "https://scrapegraphai.com", + "wellKnown": "https://scrapegraphai.com/.well-known/funding-manifest-urls" } -} + }, + "projects": [ + { + "guid": "scrapegraph-core", + "name": "ScrapeGraphAI Core", + "description": "An AI-powered web scraping framework that intelligently extracts structured data from websites with automatic pattern recognition, adaptive scraping strategies, and built-in rate limiting. Recognized as a top 200 open-source AI project globally.", + "webpageUrl": { + "url": "https://scrapegraphai.com/projects/core", + "wellKnown": "https://scrapegraphai.com/projects/core/.well-known/funding-manifest-urls" + }, + "repositoryUrl": { + "url": "https://github.com/ScrapeGraphAI/Scrapegraph-ai" + }, + "licenses": [ + "spdx:MIT" + ], + "tags": [ + "web-scraping", + "ai", + "data-extraction", + "python", + "machine-learning", + "open-source", + "llm" + ] + } + ], + "funding": { + "channels": [ + { + "guid": "mybank", + "type": "bank", + "address": "", + "description": "Will accept direct bank transfers. Please e-mail me for details." + }, + { + "guid": "mypay", + "type": "payment-provider", + "address": "https://example.com/payme/@myid", + "description": "Pay with your debit/credit card through this gateway and set up recurring subscriptions." + } + ], + "plans": [ + { + "guid": "infrastructure", + "status": "active", + "name": "Infrastructure Support", + "description": "Help cover monthly cloud infrastructure costs, including API servers, model hosting, and data storage.", + "amount": 750, + "currency": "USD", + "frequency": "monthly", + "channels": [ + "mybank" + ] + }, + { + "guid": "developer-compensation", + "status": "active", + "name": "Developer Compensation", + "description": "Provides financial support for developers working on maintenance, updates, and feature additions for the projects.", + "amount": 2500, + "currency": "USD", + "frequency": "monthly", + "channels": [ + "mybank" + ] + }, + { + "guid": "community-backer", + "status": "active", + "name": "Community Backer", + "description": "Support our open-source efforts with any contribution amount. Every donation helps!", + "amount": 5, + "currency": "USD", + "frequency": "monthly", + "channels": [ + "mypay" + ] + } + ], + "history": [ + { + "year": 2024, + "income": 15000, + "expenses": 15000, + "taxes": 0, + "currency": "USD", + "description": "Experienced a temporary dip in donations, with improvements expected." + } + ] + } +} \ No newline at end of file