Skip to content

Commit e97add5

Browse files
committed
Update funding.json
1 parent 8a69fb5 commit e97add5

File tree

1 file changed

+86
-111
lines changed

1 file changed

+86
-111
lines changed

funding.json

+86-111
Original file line numberDiff line numberDiff line change
@@ -1,115 +1,90 @@
11
{
2-
"id": 0,
3-
"guid": "",
4-
"version": "",
5-
"url": "",
6-
"meta": {},
7-
"status": "",
8-
"status_message": null,
9-
"crawl_errors": 0,
10-
"crawl_message": null,
11-
"created_at": "0001-01-01T00:00:00Z",
12-
"updated_at": "0001-01-01T00:00:00Z",
13-
"entity": {
14-
"type": "individual",
15-
"role": "maintainer",
16-
"name": "Marco Vinciguerra",
17-
"email": "mvincig11@gmail.com",
18-
"phone": "",
19-
"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.",
20-
"webpageUrl": {
21-
"url": "https://scrapegraphai.com",
22-
"wellKnown": "https://scrapegraphai.com/.well-known/funding-manifest-urls"
23-
}
24-
},
25-
"projects": [
26-
{
27-
"guid": "scrapegraph-core",
28-
"name": "ScrapeGraphAI Core",
29-
"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.",
30-
"webpageUrl": {
31-
"url": "https://scrapegraphai.com/projects/core",
32-
"wellKnown": "https://scrapegraphai.com/projects/core/.well-known/funding-manifest-urls"
33-
},
34-
"repositoryUrl": {
35-
"url": "https://github.com/ScrapeGraphAI/Scrapegraph-ai"
36-
},
37-
"licenses": [
38-
"spdx:MIT"
39-
],
40-
"tags": [
41-
"web-scraping",
42-
"ai",
43-
"data-extraction",
44-
"python",
45-
"machine-learning",
46-
"open-source",
47-
"llm"
48-
]
49-
}
50-
],
51-
"funding": {
52-
"channels": [
53-
{
54-
"guid": "mybank",
55-
"type": "bank",
56-
"address": "",
57-
"description": "Will accept direct bank transfers. Please e-mail me for details."
58-
},
59-
{
60-
"guid": "mypay",
61-
"type": "payment-provider",
62-
"address": "https://example.com/payme/@myid",
63-
"description": "Pay with your debit/credit card through this gateway and set up recurring subscriptions."
64-
}
2+
"version": "v1",
3+
"entity": {
4+
"type": "individual",
5+
"role": "maintainer",
6+
"name": "Marco Vinciguerra",
7+
"email": "mvincig11@gmail.com",
8+
"phone": "",
9+
"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.",
10+
"webpageUrl": {
11+
"url": "https://scrapegraphai.com",
12+
"wellKnown": "https://scrapegraphai.com/.well-known/funding-manifest-urls"
13+
}
14+
},
15+
"projects": [
16+
{
17+
"guid": "scrapegraph-core",
18+
"name": "ScrapeGraphAI Core",
19+
"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.",
20+
"webpageUrl": {
21+
"url": "https://scrapegraphai.com/projects/core",
22+
"wellKnown": "https://scrapegraphai.com/projects/core/.well-known/funding-manifest-urls"
23+
},
24+
"repositoryUrl": {
25+
"url": "https://github.com/ScrapeGraphAI/Scrapegraph-ai",
26+
"wellKnown": "https://github.com/ScrapeGraphAI/Scrapegraph-ai/blob/main/.well-known/funding-manifest-urls"
27+
},
28+
"licenses": ["spdx:MIT"],
29+
"tags": ["web-scraping", "ai", "data-extraction", "python", "machine-learning", "open-source", "llm"]
30+
}
6531
],
66-
"plans": [
67-
{
68-
"guid": "infrastructure",
69-
"status": "active",
70-
"name": "Infrastructure Support",
71-
"description": "Help cover monthly cloud infrastructure costs, including API servers, model hosting, and data storage.",
72-
"amount": 750,
73-
"currency": "USD",
74-
"frequency": "monthly",
75-
"channels": [
76-
"mybank"
77-
]
78-
},
79-
{
80-
"guid": "developer-compensation",
81-
"status": "active",
82-
"name": "Developer Compensation",
83-
"description": "Provides financial support for developers working on maintenance, updates, and feature additions for the projects.",
84-
"amount": 2500,
85-
"currency": "USD",
86-
"frequency": "monthly",
32+
"funding": {
8733
"channels": [
88-
"mybank"
34+
{
35+
"guid": "mybank",
36+
"type": "bank",
37+
"address": "",
38+
"description": "Will accept direct bank transfers. Please e-mail me for details."
39+
},
40+
{
41+
"guid": "mypay",
42+
"type": "payment-provider",
43+
"address": "https://example.com/payme/@myid",
44+
"description": "Pay with your debit/credit card through this gateway and set up recurring subscriptions."
45+
}
46+
],
47+
"plans": [
48+
{
49+
"guid": "infrastructure",
50+
"status": "active",
51+
"name": "Infrastructure Support",
52+
"description": "Help cover monthly cloud infrastructure costs, including API servers, model hosting, and data storage.",
53+
"amount": 750,
54+
"currency": "USD",
55+
"frequency": "monthly",
56+
"channels": ["mybank"]
57+
},
58+
{
59+
"guid": "developer-compensation",
60+
"status": "active",
61+
"name": "Developer Compensation",
62+
"description": "Provides financial support for developers working on maintenance, updates, and feature additions for the projects.",
63+
"amount": 2500,
64+
"currency": "USD",
65+
"frequency": "monthly",
66+
"channels": ["mybank"]
67+
},
68+
{
69+
"guid": "community-backer",
70+
"status": "active",
71+
"name": "Community Backer",
72+
"description": "Support our open-source efforts with any contribution amount. Every donation helps!",
73+
"amount": 5,
74+
"currency": "USD",
75+
"frequency": "monthly",
76+
"channels": ["mypay"]
77+
}
78+
],
79+
"history": [
80+
{
81+
"year": 2024,
82+
"income": 15000,
83+
"expenses": 15000,
84+
"taxes": 0,
85+
"currency": "USD",
86+
"description": "Experienced a temporary dip in donations, with improvements expected."
87+
}
8988
]
90-
},
91-
{
92-
"guid": "community-backer",
93-
"status": "active",
94-
"name": "Community Backer",
95-
"description": "Support our open-source efforts with any contribution amount. Every donation helps!",
96-
"amount": 5,
97-
"currency": "USD",
98-
"frequency": "monthly",
99-
"channels": [
100-
"mypay"
101-
]
102-
}
103-
],
104-
"history": [
105-
{
106-
"year": 2024,
107-
"income": 15000,
108-
"expenses": 15000,
109-
"taxes": 0,
110-
"currency": "USD",
111-
"description": "Experienced a temporary dip in donations, with improvements expected."
112-
}
113-
]
114-
}
115-
}
89+
}
90+
}

0 commit comments

Comments
 (0)