https://github.com/bebatut/outreachy_extracting
https://github.com/bebatut/outreachy_extracting
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/bebatut/outreachy_extracting
- Owner: bebatut
- Created: 2021-10-11T12:34:15.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-10-11T13:14:36.000Z (almost 5 years ago)
- Last Synced: 2025-02-08T04:18:25.951Z (over 1 year ago)
- Language: Python
- Size: 1000 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)