📫 A tool to get email addresses by action types such as `starred`, `watching` or `fork` on GitHub repositories
Project description
github-emails
Quick start
- Installation
pip install github-emails
- Simple Code
from github_emails import GithubApi
github = GithubApi(token='')
stargazers = github.stargazers('wechaty', 'python-wechaty')
for stargazer in stargazers:
github.emails(stargazer)
And you will find that your final email info is stored in .github_info/user-email.txt
file.
- Command
History
v0.0.2 (Jun 19, 2020)
- works with token, and everything works well for me
v0.0.1 (Jun 19, 2020)
- works with username/password & token authentication
Copyright & License
- Code & Docs © 2020 wj-Mcat https://github.com/wj-Mcat
- Code released under the Apache-2.0 License
- Docs released under Creative Commons
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
github-emails-0.0.3.tar.gz
(9.8 kB
view details)
Built Distribution
File details
Details for the file github-emails-0.0.3.tar.gz
.
File metadata
- Download URL: github-emails-0.0.3.tar.gz
- Upload date:
- Size: 9.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.9.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6546e117edaa8eacf4de861c29336a6e660da158635b4764f4b30b20bf9fcc4d |
|
MD5 | e7cea86282231afee89375fc80048720 |
|
BLAKE2b-256 | 0d4615b5a89c642cf730c003b8921ce914b1398434d4cf057ba81b9995f63803 |
File details
Details for the file github_emails-0.0.3-py3-none-any.whl
.
File metadata
- Download URL: github_emails-0.0.3-py3-none-any.whl
- Upload date:
- Size: 11.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.9.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ce222cd0f376d2bbd1b33827b58c0e4a69f7a12ca4b0c4bc9c823f05938d2591 |
|
MD5 | 93f1c1fab8a8b2aa55172d6b3ebfe209 |
|
BLAKE2b-256 | f1ee2bd048d2f4a63d8d94c4cc5d90bbafd80670851dde3dd4f9981893695229 |