Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

allignment #779

Merged
merged 4 commits into from
Oct 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
87 changes: 0 additions & 87 deletions .well-known/funding-manifest-urls/funding.json

This file was deleted.

113 changes: 113 additions & 0 deletions funding.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,113 @@
{
"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://github.com/ScrapeGraphAI/Scrapegraph-ai/blob/main/funding.json"
}
},
"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://github.com/ScrapeGraphAI/Scrapegraph-ai/blob/main/funding.json"
},
"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": "",
"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."
}
]
}
}
Loading