@@ -9,15 +9,6 @@ This project seeks to quantify the size and diversity of the commons--the
9
9
collection of works that are openly licensed or in the public domain.
10
10
11
11
12
- ### 2024 Status
13
-
14
- This project is currently being worked on as a Google Summer of Code (GSoC)
15
- project. The goal is to add automation of data gathering and report generation
16
- so that our reports quantifying the commons are never more than 3 months out of
17
- date. To prepare for this refactor, previous work was moved to
18
- [ ` pre-automation/ ` ] ( pre-automation/ ) .
19
-
20
-
21
12
## Code of conduct
22
13
23
14
[ ` CODE_OF_CONDUCT.md ` ] [ org-coc ] :
@@ -87,6 +78,10 @@ Quantifying/
87
78
88
79
### Prerequisites
89
80
81
+ For information on learning and installing the prerequisite technologies for
82
+ this project, please see [ Foundational technologies — Creative Commons Open
83
+ Source] [ found-tech ] .
84
+
90
85
This repository uses [ pipenv] [ pipenvdocs ] to manage the required Python
91
86
modules:
92
87
1 . Install ` pipenv ` :
@@ -104,6 +99,7 @@ modules:
104
99
pipenv sync --dev
105
100
` ` `
106
101
102
+ [found-tech]: https://opensource.creativecommons.org/contributing-code/foundational-tech/
107
103
[pipenvdocs]: https://pipenv.pypa.io/en/latest/
108
104
[pipenvinstall]: https://pipenv.pypa.io/en/latest/installation/
109
105
[homebrew]: https://brew.sh/
@@ -121,8 +117,8 @@ follow these steps:
121
117
2. Uncomment the variables in the `.env` file and assign values as needed. See
122
118
[`sources.md`](sources.md) on how to get credentials:
123
119
```
124
- GOOGLE_API_KEYS= your_api_key
125
- PSE_KEY=your_pse_key
120
+ GCS_DEVELOPER_KEY = your_api_key
121
+ GCS_CX = your_pse_id
126
122
```
127
123
3. Save the changes to the `.env` file.
128
124
4. You should now be able to run scripts that require client credentials
0 commit comments