Skip to content
Merged
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
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@ Finally, add the token to your environment using:

`export GRAPH_API_KEY=<yourkey>`

## Query script
## Query command

The `query.py` script can be used to collect data for other projects like
so: `devstats query.py <repo_owner> <repo_name>` where `repo_owner` and
The `query` command can be used to collect data for other projects like
so: `devstats query <repo_owner> <repo_name>` where `repo_owner` and
`repo_name` are the names of the **org** and **repo** on GitHub, respectively.

To download the latest data for `pandas` use the following command:

```bash
devstats query.py pandas-dev pandas
devstats query pandas-dev pandas
```

The command will collect information from GitHub and generate two output files in the same directory where you ran it as follows:
Expand Down