Github Email Collector
Collect the email address of users affiliated to a given repository
Installation
From PyPi
pip install github-email-collector
As a submodule
git submodule add https://github.com/LucBerge/github_email_collector.git
git submodule update --init
Usage
From your python script
from github_email_collector import EmailCollector
email_collector = EmailCollector("MY_GITHUB_TOKEN", "owner/repo")
emails = email_collector.get_emails()
print(emails)
Example
Run the example to list the emails of users affiliated to this repository
echo "MY_GITHUB_TOKEN=your_github_token" > .env
pip install -r requirements.txt
python example.py
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file github_email_collector-1.0.tar.gz.
File metadata
- Download URL: github_email_collector-1.0.tar.gz
- Upload date:
- Size: 1.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
01309df035346fab7d13a9fa4ab930ee7741c763bc0edde3d83bf6781e88d434
|
|
| MD5 |
cf6685ddd9cbcc2227f683a8fac78121
|
|
| BLAKE2b-256 |
16870a353b11be6ba2b9ab8e868801594dd3978ccf30e958ece0158c097ce7bc
|
File details
Details for the file github_email_collector-1.0-py3-none-any.whl.
File metadata
- Download URL: github_email_collector-1.0-py3-none-any.whl
- Upload date:
- Size: 1.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ad05eaa37b63b61fd15f25b2423ba991e46fffb3d32c61e7e19929ed774761c5
|
|
| MD5 |
77043a6321a8f2ad73bfbeda1dae6b86
|
|
| BLAKE2b-256 |
2b7443750f450e46b91374fb8d206aebf8684b8d3818092207c90ad2af7b5a44
|