Skip to content

Commit

Permalink
Merge branch '__rultor'
Browse files Browse the repository at this point in the history
  • Loading branch information
rultor committed Apr 17, 2024
2 parents 10d01f5 + d2607bc commit a368288
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,21 @@ sample repositories.

## How to use

TBD..
First, install it from [PyPI](https://pypi.org/project/samples-filter) like that:

```bash
pip install samples-filter
```

then, execute:

```bash
samples-filter filter --repositories=repos.csv --out=filtered.csv
```

For `--repositories` you should provide a name of **existing** [csv](https://en.wikipedia.org/wiki/Comma-separated_values)
dataset with GitHub repositories, and name for the output file in `--out`
(it will be created automatically).

## Filtering method

Expand Down

0 comments on commit a368288

Please sign in to comment.