File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -20,16 +20,16 @@ Finally, add the token to your environment using:
2020
2121` export GRAPH_API_KEY=<yourkey> `
2222
23- ## Query script
23+ ## Query command
2424
25- The ` query.py ` script can be used to collect data for other projects like
26- so: ` devstats query.py <repo_owner> <repo_name> ` where ` repo_owner ` and
25+ The ` query ` command can be used to collect data for other projects like
26+ so: ` devstats query <repo_owner> <repo_name> ` where ` repo_owner ` and
2727` repo_name ` are the names of the ** org** and ** repo** on GitHub, respectively.
2828
2929To download the latest data for ` pandas ` use the following command:
3030
3131``` bash
32- devstats query.py pandas-dev pandas
32+ devstats query pandas-dev pandas
3333```
3434
3535The command will collect information from GitHub and generate two output files in the same directory where you ran it as follows:
You can’t perform that action at this time.
0 commit comments