Collect email address of users affiliated to a given repository
Project description
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)
Project details
Release history Release notifications | RSS feed
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
File details
Details for the file github_email_collector-0.2.tar.gz
.
File metadata
- Download URL: github_email_collector-0.2.tar.gz
- Upload date:
- Size: 1.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 25bc0a15d616e6722568f1cc758e77240732dfc10b25dd67b6ade420f3bd1adf |
|
MD5 | a86eb1643b555235a2024a5dc908f012 |
|
BLAKE2b-256 | 9ca5fbefb6876d0e38f652a5295dcfa894b28641f06bdc9b3e8266f85762dc5c |
File details
Details for the file github_email_collector-0.2-py3-none-any.whl
.
File metadata
- Download URL: github_email_collector-0.2-py3-none-any.whl
- Upload date:
- Size: 1.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6d152570231ef17c8f426e529ee80d5091fe1ea4e60deaefb3205f83fc66f060 |
|
MD5 | e52baa660c998f0a6c1af8616bfa2863 |
|
BLAKE2b-256 | eae62d859a2359131e87a9041aac19cb584cabf6a08ae516accbb464a74a94ab |