An open API service indexing awesome lists of open source software.

https://github.com/bebatut/outreachy_extracting


https://github.com/bebatut/outreachy_extracting

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

Extract outreachy participants
==============================

# Requirements

2 possibilities

1. Install [conda](https://docs.conda.io/en/latest/miniconda.html)
2. Create conda environment with all the requirements

```
$ conda env create -f environment.yml
```

3. Activate conda environment

```
$ conda activate outreachy_tracking
```

# Usage

1. Save user data from Gitter channel (Settings --> Export room data --> Users)
2. Run the scripts

```
$ python bin/get_participants.py --gitter_users --out
```

3. Import the generated CSV file to Google sheet (File --> Import)